summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-08-18 13:57:44 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-08-18 13:57:44 (GMT)
commit75b9da4aaf6b1636a116f4afd5b0d11a642c4401 (patch)
tree5281cd8a1fded1cefc91a3daa6742bab693014a3 /Doc/lib
parent78a8acc55bb3ae7c8d265cbcb4709d84938a4cef (diff)
downloadcpython-75b9da4aaf6b1636a116f4afd5b0d11a642c4401.zip
cpython-75b9da4aaf6b1636a116f4afd5b0d11a642c4401.tar.gz
cpython-75b9da4aaf6b1636a116f4afd5b0d11a642c4401.tar.bz2
Patch #995126: Correct directory size, and generate GNU tarfiles by default.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libtarfile.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libtarfile.tex b/Doc/lib/libtarfile.tex
index c841123..ce07c3e 100644
--- a/Doc/lib/libtarfile.tex
+++ b/Doc/lib/libtarfile.tex
@@ -261,7 +261,8 @@ tar archive several times. Each archive member is represented by a
gigabytes. A \exception{ValueError} is raised if a file exceeds
this limit. If false, create a GNU tar compatible archive. It
will not be \POSIX{} compliant, but can store files without any
- of the above restrictions.
+ of the above restrictions.
+ \versionchanged[\var{posix} defaults to false.]{2.4}
\end{memberdesc}
\begin{memberdesc}{dereference}