This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients georg.brandl, rhettinger
Date 2011-01-26.02:27:25
SpamBayes Score 0.0002542449
Marked as misclassified No
Message-id <1296008845.92.0.0968306232323.issue11014@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.2, tarfile.Tarfile added a 'filter' argument while deprecating the 'exclude' argument that precedes it positionally.

The 'filter' argument needs to be keyword-only argument, or any code that uses it positionally will fail when the 'exclude' argument is ultimately removed.
History
Date User Action Args
2011-01-26 02:27:28rhettingersetrecipients: + rhettinger, georg.brandl
2011-01-26 02:27:25rhettingersetmessageid: <1296008845.92.0.0968306232323.issue11014@psf.upfronthosting.co.za>
2011-01-26 02:27:25rhettingerlinkissue11014 messages
2011-01-26 02:27:25rhettingercreate