whatsnew: tarfile stat constants removal.

This commit is contained in:
R David Murray 2014-02-27 18:55:34 -05:00
parent ecef6cd2f1
commit 4b1ea234a0

View file

@ -1811,6 +1811,9 @@ Code Cleanups
``_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