This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients benjamin.peterson, eli.bendersky, jab, serhiy.storchaka
Date 2015-04-10.18:44:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428691460.33.0.640277550109.issue23894@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy, AFAIK lib2to3 has been repurposed to parse Python 3 as well - it has certainly gained quite a bit of support for that.

rb'...' is valid in Python 3:

$ python3
Python 3.4.0 (default, Apr 11 2014, 13:05:11) 
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> rb'abc'
b'abc'
>>>
History
Date User Action Args
2015-04-10 18:44:20eli.benderskysetrecipients: + eli.bendersky, benjamin.peterson, jab, serhiy.storchaka
2015-04-10 18:44:20eli.benderskysetmessageid: <1428691460.33.0.640277550109.issue23894@psf.upfronthosting.co.za>
2015-04-10 18:44:20eli.benderskylinkissue23894 messages
2015-04-10 18:44:20eli.benderskycreate