]> granicus.if.org Git - python/commitdiff
whatsnew: tarfile stat constants removal.
authorR David Murray <rdmurray@bitdance.com>
Thu, 27 Feb 2014 23:55:34 +0000 (18:55 -0500)
committerR David Murray <rdmurray@bitdance.com>
Thu, 27 Feb 2014 23:55:34 +0000 (18:55 -0500)
Doc/whatsnew/3.4.rst

index 562a29a345ffa0cea977c5a99312fb2777973d79..121d2810f753a58a26cb278d3e37ed15aacf2a46 100644 (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