diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2007-06-18 11:42:11 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2007-06-18 11:42:11 (GMT) |
commit | 104490e6159e2b541cf51c17399453906f59f825 (patch) | |
tree | 4c16ba783779df699c598d5008ec71ed348cb6ec /Misc | |
parent | 9d0476f7da7be1a03a5b5d8e48d072b83be2f31d (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |