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 <rep...@bugs.python.org> <http://bugs.python.org/issue18281> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com