]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent
authorGeorg Brandl <georg@python.org>
Tue, 12 Jul 2005 07:28:25 +0000 (07:28 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 12 Jul 2005 07:28:25 +0000 (07:28 +0000)
Doc/lib/libtarfile.tex

index f7800ded2dc43b65187be7e64a94c320759370b7..1f64464131d03e64beb459018f64a34a29999a08 100644 (file)
@@ -281,7 +281,7 @@ tar archive several times. Each archive member is represented by a
 \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}