mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
whatsnew: tarfile stat constants removal.
This commit is contained in:
parent
ecef6cd2f1
commit
4b1ea234a0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue