commit | a63a312a3f5a4f3b76617831e56ac9d295929fa0 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Jan 26 20:34:14 2011 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Jan 26 20:34:14 2011 +0000 |
tree | 18504231f06733d800b5417cd6e0c4c0de6e8966 | |
parent | e3b8f7c0fa47bbf7c31a2912789e1618e129b539 [diff] |
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a keyword-only argument. The preceding positional argument was deprecated, so it made no sense to add filter as a positional argument. (Patch reviewed by Brian Curtin and Anthony Long.)