From: R David Murray Date: Thu, 27 Feb 2014 23:55:34 +0000 (-0500) Subject: whatsnew: tarfile stat constants removal. X-Git-Tag: v3.4.1rc1~233^2~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b1ea234a000ecea118f84eefd3ae3c225a24521;p=python whatsnew: tarfile stat constants removal. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 562a29a345..121d2810f7 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