[Python-checkins] python/dist/src/Lib StringIO.py,1.30,1.31

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Dec 15 05:16:12 EST 2003


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv24762/Lib
Modified Files:
	StringIO.py 
Log Message:
Make the module docstring a raw string, so that the backslash in
"read until end of line ('\n') or EOF" will be treated literally.
Fixes SF bug #860155.
Index: StringIO.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/StringIO.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** StringIO.py	18 Oct 2003 10:20:42 -0000	1.30
--- StringIO.py	15 Dec 2003 10:16:09 -0000	1.31
***************
*** 1,3 ****
! """File-like objects that read from or write to a string buffer.
 
 This implements (nearly) all stdio methods.
--- 1,3 ----
! r"""File-like objects that read from or write to a string buffer.
 
 This implements (nearly) all stdio methods.


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /