Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should add triple-quoted f-strings #61

Closed
pmaupin opened this issue Apr 22, 2017 · 1 comment
Closed

Should add triple-quoted f-strings #61

pmaupin opened this issue Apr 22, 2017 · 1 comment

Comments

@pmaupin
Copy link
Collaborator

pmaupin commented Apr 22, 2017

The new f-strings are only single-quoted for now, which should work fine, but which will look ugly in some cases.

Adding the ability to fix those will involve code changes to code_gen.py and string_repr.py.

This is a science fair project I am unwilling to undertake at the current time.

@pmaupin pmaupin assigned pmaupin and unassigned pmaupin Apr 22, 2017
@pmaupin
Copy link
Collaborator Author

pmaupin commented Apr 24, 2017

Never mind, I did it in PR #70.

@pmaupin pmaupin closed this as completed Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant