diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2007-06-18 20:05:55 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2007-06-18 20:05:55 (GMT) |
commit | 072aaf7150eef204a686b945fc71647f69723b88 (patch) | |
tree | b869f1cdefba218a4fadeeda384b562f3e0639c6 /Doc/lib | |
parent | 104490e6159e2b541cf51c17399453906f59f825 (diff) | |
download | cpython-072aaf7150eef204a686b945fc71647f69723b88.zip cpython-072aaf7150eef204a686b945fc71647f69723b88.tar.gz cpython-072aaf7150eef204a686b945fc71647f69723b88.tar.bz2 |
Added missing \versionchanged tag for the new exclude
parameter.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libtarfile.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libtarfile.tex b/Doc/lib/libtarfile.tex index 67207a1..95ea051 100644 --- a/Doc/lib/libtarfile.tex +++ b/Doc/lib/libtarfile.tex @@ -324,6 +324,7 @@ tar archive several times. Each archive member is represented by a argument and returns a boolean value. Depending on this value the respective file is either excluded (\constant{True}) or added (\constant{False}). + \versionchanged[Added the \var{exclude} parameter]{2.6} \end{methoddesc} \begin{methoddesc}{addfile}{tarinfo\optional{, fileobj}} |