[Python-bugs-list] [Bug #117158] String literal documentation is not up to date

noreply@sourceforge.net noreply@sourceforge.net
Tue, 12 Dec 2000 13:03:22 -0800


Bug #117158, was updated on 2000-Oct-18 03:41
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Open
Resolution: None
Bug Group: None
Priority: 7
Submitted by: edg
Assigned to : fdrake
Summary: String literal documentation is not up to date

Details: Section 2.4.1 of the Reference Manual does not mention unicode 
strings and the unicode escape sequences \u and \U at all. 
Moreover, it still states that "\x" escapes consume an arbitrary 
number (>=2) of  hex digits (while it is exactly 2 right now: PEP223).


Follow-Ups:

Date: 2000-Dec-12 13:03
By: gvanrossum

Comment:
Can you fix this?  Shouldn't be hard, right?

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=117158&group_id=5470