diff options
author | 2014-02-27 18:55:34 -0500 | |
---|---|---|
committer | 2014-02-27 18:55:34 -0500 | |
commit | 4b1ea234a000ecea118f84eefd3ae3c225a24521 (patch) | |
tree | 6a4772ceae660cc607589288ec9c22c372c7dda9 | |
parent | whatsnew: return types of re functions. (diff) | |
download | cpython-4b1ea234a000ecea118f84eefd3ae3c225a24521.tar.gz cpython-4b1ea234a000ecea118f84eefd3ae3c225a24521.tar.bz2 cpython-4b1ea234a000ecea118f84eefd3ae3c225a24521.zip |
whatsnew: tarfile stat constants removal.
-rw-r--r-- | 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 index 562a29a345f..121d2810f75 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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 |