Łukasz Langa added the comment:

I don't think we'll fix it for 3.5 anymore but it's definitely worth doing so 
for 3.6.1.

Ned, I have a patch, will upload momentarily. I'd like this to go in 3.6.1 
since without it fixed tools depending on lib2to3 will crash seeing f-strings. 
This includes YAPF, a pretty widely used auto-formatter for Python code. The 
fix is relatively trivial. What do you think?

----------
nosy: +lukasz.langa, ned.deily
title: lib2to3 doesn't recognize rb'...' as a raw byte string in Python 3 -> 
lib2to3 doesn't recognize rb'...' and f'...' in Python 3.6
versions: +Python 3.7 -Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23894>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to