]> granicus.if.org Git - python/commit
Patch 1420 by Ron Adam.
authorGuido van Rossum <guido@python.org>
Mon, 12 Nov 2007 17:40:10 +0000 (17:40 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Nov 2007 17:40:10 +0000 (17:40 +0000)
commit4fe72f9b03f92f126bec69d79ca3e9e09018c988
tree7c12e90de06c635e220852dad053ae2848c1a746
parent1607278c2612275d21354619c6ef1e2869178ba7
Patch 1420 by Ron Adam.
This adds support for bytes literals (b'...') to tokenize.py, and
removes support for unicode literals (u'...').
Lib/test/output/test_tokenize
Lib/test/test_tokenize.py
Lib/test/tokenize_tests.txt
Lib/tokenize.py