From 4b1ea234a000ecea118f84eefd3ae3c225a24521 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Thu, 27 Feb 2014 18:55:34 -0500 Subject: whatsnew: tarfile stat constants removal. --- Doc/whatsnew/3.4.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 562a29a..121d281 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 -- cgit v0.12