[Python-checkins] r56023 - python/trunk/Doc/lib/libtarfile.tex

lars.gustaebel python-checkins at python.org
Mon Jun 18 22:05:58 CEST 2007


Author: lars.gustaebel
Date: Mon Jun 18 22:05:55 2007
New Revision: 56023

Modified:
   python/trunk/Doc/lib/libtarfile.tex
Log:
Added missing \versionchanged tag for the new exclude
parameter.


Modified: python/trunk/Doc/lib/libtarfile.tex
==============================================================================
--- python/trunk/Doc/lib/libtarfile.tex	(original)
+++ python/trunk/Doc/lib/libtarfile.tex	Mon Jun 18 22:05:55 2007
@@ -324,6 +324,7 @@
     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}}


More information about the Python-checkins mailing list