This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: br"" string literals don't appear to be documented
Type: Stage: resolved
Components: Documentation Versions: Python 3.1, Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: benjamin.peterson, docs@python, ezio.melotti, mark
Priority: normal Keywords:

Created on 2010-06-29 12:24 by mark, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg108902 - (view) Author: Mark Summerfield (mark) * Date: 2010-06-29 12:24
It appears that br"" (raw bytes) isn't documented, at least not along with string and bytes literals:
http://docs.python.org/py3k/reference/lexical_analysis.html#literals

Yet they are supported:
http://mail.python.org/pipermail/python-ideas/2010-June/007529.html
msg108913 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-06-29 15:58
Fixed in r82373.
History
Date User Action Args
2022-04-11 14:57:03adminsetgithub: 53360
2010-06-29 16:07:03eric.araujosetstage: resolved
2010-06-29 15:58:11benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg108913

resolution: fixed
2010-06-29 12:27:49ezio.melottisetnosy: + ezio.melotti
2010-06-29 12:24:58markcreate