[Python-checkins] cpython: whatsnew: tarfile stat constants removal.
r.david.murray
python-checkins at python.org
Sat Mar 1 18:11:55 CET 2014
http://hg.python.org/cpython/rev/8b50f1ba2a2c
changeset: 89438:8b50f1ba2a2c
user: R David Murray <rdmurray at bitdance.com>
date: Thu Feb 27 18:55:34 2014 -0500
summary:
whatsnew: tarfile stat constants removal.
files:
Doc/whatsnew/3.4.rst | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1811,6 +1811,9 @@
``_mac_ver_gstalt``, and ``_bcd2str``, which would only have ever been called
on badly broken OSX systems (see :issue:`18393`).
+* The hardcoded copies of certain :mod:`stat` constants that were included in
+ the :mod:`tarfile` module namespace have been removed.
+
Porting to Python 3.4
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list