[Python-checkins] [python/cpython] 0c4aca: Make rb'' strings work in lib2to3 (#1724)

GitHub noreply at github.com
Mon May 22 18:19:10 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 0c4aca54dcf0c54f299c78aa71fe8f48ff04f9d9
      https://github.com/python/cpython/commit/0c4aca54dcf0c54f299c78aa71fe8f48ff04f9d9
  Author: Łukasz Langa <lukasz at langa.pl>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M Lib/lib2to3/pgen2/tokenize.py
    M Lib/lib2to3/tests/test_parser.py

  Log Message:
  -----------
  Make rb'' strings work in lib2to3 (#1724)

This partially solves bpo-23894.




More information about the Python-checkins mailing list