[issue18281] tarfile defines stat constants

Christian Heimes report at bugs.python.org
Sat Jun 22 16:41:18 CEST 2013


New submission from Christian Heimes:

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

----------
components: Library (Lib)
messages: 191641
nosy: christian.heimes
priority: low
severity: normal
stage: needs patch
status: open
title: tarfile defines stat constants
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18281>
_______________________________________


More information about the Python-bugs-list mailing list