]> granicus.if.org Git - python/commit
Added exclude keyword argument to the TarFile.add() method.
authorLars Gustäbel <lars@gustaebel.de>
Mon, 18 Jun 2007 11:42:11 +0000 (11:42 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Mon, 18 Jun 2007 11:42:11 +0000 (11:42 +0000)
commit104490e6159e2b541cf51c17399453906f59f825
tree4c16ba783779df699c598d5008ec71ed348cb6ec
parent9d0476f7da7be1a03a5b5d8e48d072b83be2f31d
Added exclude keyword argument to the TarFile.add() method.
Doc/lib/libtarfile.tex
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS