mirror of https://github.com/python/cpython.git
bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent
This commit is contained in:
parent
ecc6e6a54e
commit
208eec2cad
|
@ -299,7 +299,7 @@ tar archive several times. Each archive member is represented by a
|
||||||
\begin{memberdesc}{debug=0}
|
\begin{memberdesc}{debug=0}
|
||||||
To be set from \code{0} (no debug messages; the default) up to
|
To be set from \code{0} (no debug messages; the default) up to
|
||||||
\code{3} (all debug messages). The messages are written to
|
\code{3} (all debug messages). The messages are written to
|
||||||
\code{sys.stdout}.
|
\code{sys.stderr}.
|
||||||
\end{memberdesc}
|
\end{memberdesc}
|
||||||
|
|
||||||
\begin{memberdesc}{errorlevel}
|
\begin{memberdesc}{errorlevel}
|
||||||
|
|
Loading…
Reference in New Issue