summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2007-06-18 11:42:11 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2007-06-18 11:42:11 (GMT)
commit104490e6159e2b541cf51c17399453906f59f825 (patch)
tree4c16ba783779df699c598d5008ec71ed348cb6ec /Misc
parent9d0476f7da7be1a03a5b5d8e48d072b83be2f31d (diff)
downloadcpython-104490e6159e2b541cf51c17399453906f59f825.zip
cpython-104490e6159e2b541cf51c17399453906f59f825.tar.gz
cpython-104490e6159e2b541cf51c17399453906f59f825.tar.bz2
Added exclude keyword argument to the TarFile.add() method.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6f2cf9d..dfec57b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -231,6 +231,8 @@ Core and builtins
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