]> granicus.if.org Git - python/commit
[3.6] Make rb'' strings work in lib2to3 (GH-1724) (#1730)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 22 May 2017 23:35:15 +0000 (16:35 -0700)
committerGitHub <noreply@github.com>
Mon, 22 May 2017 23:35:15 +0000 (16:35 -0700)
commit1398b1bc7d80df5bde17041e7ec0a3bdbf54b19e
tree13152ee6d9cd337ea2edeecb7b531c815fca8321
parent3d3b189f8ef321ccfb144a46d50892939d6004aa
[3.6] Make rb'' strings work in lib2to3 (GH-1724) (#1730)

This partially solves bpo-23894.
(cherry picked from commit 0c4aca54dcf0c54f299c78aa71fe8f48ff04f9d9)
Lib/lib2to3/pgen2/tokenize.py
Lib/lib2to3/tests/test_parser.py