]> granicus.if.org Git - python/commit
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 Jan 2012 21:46:19 +0000 (22:46 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 Jan 2012 21:46:19 +0000 (22:46 +0100)
commit3a5d4cb940d9f06505b0b65916fd9a844bed13e3
tree4f76dccee7b943c2d421442240892fe711401053
parentb63a450cc4c69c4e8668aa434a37b2aa213e94e0
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`.
Doc/reference/lexical_analysis.rst
Lib/test/test_strlit.py
Lib/test/tokenize_tests.txt
Misc/NEWS
Parser/tokenizer.c
Python/ast.c