[issue3624] Null byte \0 not listed as a possible escape sequence

2008-08-21 Thread Georg Brandl

Georg Brandl [EMAIL PROTECTED] added the comment:

The \0 falls under this case:

\oooCharacter with octal value ooo

where the note says As in Standard C, up to three octal digits are
accepted. 

--
resolution:  - works for me
status: open - closed

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3624
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3624] Null byte \0 not listed as a possible escape sequence

2008-08-20 Thread Matt Aasted

New submission from Matt Aasted [EMAIL PROTECTED]:

In current, future and past documentation, the valid escape sequence \0
(equivalent to \x00) is missing from the list of possible escape
sequences in the documentation. As far as I can tell, it is not a case
covered by any of the other elements in the list, and is valid python
though I have only tested current (2.5.2) for it.

Current version can be found here: http://docs.python.org/ref/strings.html

--
assignee: georg.brandl
components: Documentation
messages: 71590
nosy: georg.brandl, voket
severity: normal
status: open
title: Null byte \0 not listed as a possible escape sequence
versions: Python 2.1.1, Python 2.1.2, Python 2.2, Python 2.2.1, Python 2.2.2, 
Python 2.2.3, Python 2.3, Python 2.4, Python 2.5, Python 2.6, Python 2.7, 
Python 3.0, Python 3.1

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue3624
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com