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 christian.heimes
Recipients christian.heimes
Date 2013-06-22.14:41:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371912078.43.0.227039082522.issue18281@psf.upfronthosting.co.za>
In-reply-to
Content
The tarfile module defines a bunch of stat constants:

http://hg.python.org/cpython/file/4465f273a8a4/Lib/tarfile.py#l142

These constants aren't documented but they look like public API constants. I would like to replace them with values from the stat module:

TUREAD = stat.S_IRUSR
History
Date User Action Args
2013-06-22 14:41:18christian.heimessetrecipients: + christian.heimes
2013-06-22 14:41:18christian.heimessetmessageid: <1371912078.43.0.227039082522.issue18281@psf.upfronthosting.co.za>
2013-06-22 14:41:18christian.heimeslinkissue18281 messages
2013-06-22 14:41:18christian.heimescreate