]> granicus.if.org Git - python/commitdiff
Added missing \versionchanged tag for the new exclude
authorLars Gustäbel <lars@gustaebel.de>
Mon, 18 Jun 2007 20:05:55 +0000 (20:05 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Mon, 18 Jun 2007 20:05:55 +0000 (20:05 +0000)
parameter.

Doc/lib/libtarfile.tex

index 67207a1f06817411f356d151c4e23bbf8ed25fa0..95ea05146dad209161bc555444914c26a9ae4f28 100644 (file)
@@ -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}}