projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecef6cd
)
whatsnew: tarfile stat constants removal.
author
R David Murray
<rdmurray@bitdance.com>
Thu, 27 Feb 2014 23:55:34 +0000
(18:55 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Thu, 27 Feb 2014 23:55:34 +0000
(18:55 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index 562a29a345ffa0cea977c5a99312fb2777973d79..121d2810f753a58a26cb278d3e37ed15aacf2a46 100644
(file)
--- 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