[Python-checkins] python/dist/src/Doc/lib libtarfile.tex,1.9,1.10
birkenfeld@users.sourceforge.net
birkenfeld at users.sourceforge.net
Tue Jul 12 09:28:22 CEST 2005
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19125/Doc/lib
Modified Files:
libtarfile.tex
Log Message:
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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libtarfile.tex 5 Mar 2005 12:47:41 -0000 1.9
+++ libtarfile.tex 12 Jul 2005 07:28:20 -0000 1.10
@@ -299,7 +299,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