Issue 9114: br"" string literals don't appear to be documented (original) (raw)

Issue9114

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/53360

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:03 admin set github: 53360
2010-06-29 16:07:03 eric.araujo set stage: resolved
2010-06-29 15:58:11 benjamin.peterson set status: open -> closednosy: + benjamin.petersonmessages: + resolution: fixed
2010-06-29 12:27:49 ezio.melotti set nosy: + ezio.melotti
2010-06-29 12:24:58 mark create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements