| commit | 104490e6159e2b541cf51c17399453906f59f825 | [log] [tgz] |
|---|---|---|
| author | Lars Gustäbel <lars@gustaebel.de> | Mon Jun 18 11:42:11 2007 +0000 |
| committer | Lars Gustäbel <lars@gustaebel.de> | Mon Jun 18 11:42:11 2007 +0000 |
| tree | 4c16ba783779df699c598d5008ec71ed348cb6ec | |
| parent | 9d0476f7da7be1a03a5b5d8e48d072b83be2f31d [diff] [blame] |
Added exclude keyword argument to the TarFile.add() method.
diff --git a/Misc/NEWS b/Misc/NEWS index 6f2cf9d..dfec57b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -231,6 +231,8 @@ Library ------- +- tarfile.py: Added "exclude" keyword argument to TarFile.add(). + - Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. - The urlopen function of urllib2 now has an optional timeout parameter (note