[Python-bugs-list] [Bug #123730] Extra backslash in web page

noreply@sourceforge.net noreply@sourceforge.net
Tue, 28 Nov 2000 22:11:17 -0800


Bug #123730, was updated on 2000-Nov-28 10:53
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Extra backslash in web page

Details: On page http://www.python.org/doc/current/tut/node5.html
this -------> u'Hello\\u0020World !'
should be --> u'Hello\u0020World !'


Follow-Ups:

Date: 2000-Nov-28 21:54
By: tim_one

Comment:
Fixed the specific complaint in tut.tex rev 1.122.

Fred, the later instances of

\code{\\u0020}

and

\code{\\uXXXX}

obviously don't display as intended either, but don't know how to fix those.

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

Date: 2000-Nov-28 22:11
By: fdrake

Comment:
Two remaining broken backslashes in Unicode string section fixed in Doc/tut/tut.tex revision 1.123.

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

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