Message240445
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'
>>> |
|
Date |
User |
Action |
Args |
2015-04-10 18:44:20 | eli.bendersky | set | recipients:
+ eli.bendersky, benjamin.peterson, jab, serhiy.storchaka |
2015-04-10 18:44:20 | eli.bendersky | set | messageid: <1428691460.33.0.640277550109.issue23894@psf.upfronthosting.co.za> |
2015-04-10 18:44:20 | eli.bendersky | link | issue23894 messages |
2015-04-10 18:44:20 | eli.bendersky | create | |
|