[Python-checkins] python/dist/src/Doc/lib libtarfile.tex, 1.7, 1.7.2.1

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Tue Jul 12 09:28:27 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19113/Doc/lib

Modified Files:
      Tag: release24-maint
	libtarfile.tex 
Log Message:
backport bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent



Index: libtarfile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtarfile.tex,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -d -r1.7 -r1.7.2.1
--- libtarfile.tex	11 Sep 2004 16:50:05 -0000	1.7
+++ libtarfile.tex	12 Jul 2005 07:28:25 -0000	1.7.2.1
@@ -281,7 +281,7 @@
 \begin{memberdesc}{debug=0}
     To be set from \code{0} (no debug messages; the default) up to
     \code{3} (all debug messages). The messages are written to
-    \code{sys.stdout}.
+    \code{sys.stderr}.
 \end{memberdesc}
 
 \begin{memberdesc}{errorlevel}



More information about the Python-checkins mailing list