[issue9114] br"" string literals don't appear to be documented

2010-06-29 Thread Mark Summerfield

New submission from Mark Summerfield :

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

--
assignee: d...@python
components: Documentation
messages: 108902
nosy: d...@python, mark
priority: normal
severity: normal
status: open
title: br"" string literals don't appear to be documented
versions: Python 3.1, Python 3.2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9114] br"" string literals don't appear to be documented

2010-06-29 Thread Ezio Melotti

Changes by Ezio Melotti :


--
nosy: +ezio.melotti

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9114] br"" string literals don't appear to be documented

2010-06-29 Thread Benjamin Peterson

Benjamin Peterson  added the comment:

Fixed in r82373.

--
nosy: +benjamin.peterson
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9114] br"" string literals don't appear to be documented

2010-06-29 Thread Éric Araujo

Changes by Éric Araujo :


--
stage:  -> committed/rejected

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com