diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2018-06-28 08:10:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 08:10:36 (GMT) |
commit | 461a1c4b497e5e118ebb6b77eb59348cc4ec83f9 (patch) | |
tree | 3717dddadea4412c7028a5737f9ac52295592770 /Doc | |
parent | 62b6cea6b843076cfd6631eccd9347e8c3dd9458 (diff) | |
download | cpython-461a1c4b497e5e118ebb6b77eb59348cc4ec83f9.zip cpython-461a1c4b497e5e118ebb6b77eb59348cc4ec83f9.tar.gz cpython-461a1c4b497e5e118ebb6b77eb59348cc4ec83f9.tar.bz2 |
bpo-33842: Remove tarfile.filemode (GH-7661)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 542e84f..5fe1c71 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -151,6 +151,8 @@ Removed * ``parse_qs``, ``parse_qsl``, and ``escape`` are removed from :mod:`cgi` module. They are deprecated from Python 3.2 or older. +* ``filemode`` function is removed from :mod:`tarfile` module. + It is not documented and deprecated since Python 3.3. Porting to Python 3.8 |