From 072aaf7150eef204a686b945fc71647f69723b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Gust=C3=A4bel?= Date: Mon, 18 Jun 2007 20:05:55 +0000 Subject: [PATCH] Added missing \versionchanged tag for the new exclude parameter. --- Doc/lib/libtarfile.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libtarfile.tex b/Doc/lib/libtarfile.tex index 67207a1f068..95ea05146da 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}}