]> granicus.if.org Git - python/commit
Make rb'' strings work in lib2to3 (#1724)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 22 May 2017 22:19:09 +0000 (15:19 -0700)
committerGitHub <noreply@github.com>
Mon, 22 May 2017 22:19:09 +0000 (15:19 -0700)
commit0c4aca54dcf0c54f299c78aa71fe8f48ff04f9d9
treed004bb0e04c9c3381e33db4477bb4096aa68dbcd
parent7bac69d7f141291b3cfc2fc39c5f3aa603202fe6
Make rb'' strings work in lib2to3 (#1724)

This partially solves bpo-23894.
Lib/lib2to3/pgen2/tokenize.py
Lib/lib2to3/tests/test_parser.py