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

Python 3: f strings results in parse errors #104

Closed
boxed opened this issue Jul 19, 2017 · 3 comments
Closed

Python 3: f strings results in parse errors #104

boxed opened this issue Jul 19, 2017 · 3 comments

Comments

@boxed
Copy link
Contributor

boxed commented Jul 19, 2017

Example:

foo = 1
print(f'{foo}')
@boxed
Copy link
Contributor Author

boxed commented Jul 26, 2017

I've tried implementing this myself, but I just can't make it parse it any other way than as a variable f followed by the string.

@odcinek
Copy link
Contributor

odcinek commented Aug 3, 2017

Addressed in #110

@boxed
Copy link
Contributor Author

boxed commented Aug 7, 2017

Great! Thanks!

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

No branches or pull requests

2 participants