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 serhiy.storchaka
Recipients lars.gustaebel, serhiy.storchaka
Date 2014-05-21.10:30:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400668223.94.0.601908593409.issue21549@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch adds the members parameter for TarFile.list() with the same meaning as in TarFile.extractall(). This is needed for implementing the tar command utility which allows filtering and transforming an output (e.g. output numerical ids instead names for owner/group).

An alternative approach is to add the filter parameter (as in TarFile.add()) to both TarFile.list() and TarFile.extractall().
History
Date User Action Args
2014-05-21 10:30:24serhiy.storchakasetrecipients: + serhiy.storchaka, lars.gustaebel
2014-05-21 10:30:23serhiy.storchakasetmessageid: <1400668223.94.0.601908593409.issue21549@psf.upfronthosting.co.za>
2014-05-21 10:30:23serhiy.storchakalinkissue21549 messages
2014-05-21 10:30:22serhiy.storchakacreate