diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 00:32:24 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-04-24 00:32:24 (GMT) |
commit | 8d8221f0d674ea032337a82d1ad1d0d146510390 (patch) | |
tree | 81da342bdff869dcbf2b9d1466a1d553e4bc5aec /Doc | |
parent | 2ec1bee1b30a14a2fc8272e3bf304186d0474fe3 (diff) | |
download | cpython-8d8221f0d674ea032337a82d1ad1d0d146510390.zip cpython-8d8221f0d674ea032337a82d1ad1d0d146510390.tar.gz cpython-8d8221f0d674ea032337a82d1ad1d0d146510390.tar.bz2 |
Issue #26041: Remove "will be removed in Python 3.7" from description messages
We will keep platform.dist() and platform.linux_distribution() to make porting
from Python 2 easier.
Patch by Kumaripaba Miyurusara Athukorala.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index ffe6ae4..01ec64e 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -2271,9 +2271,8 @@ class has been deprecated. (Contributed by Serhiy Storchaka in :issue:`23671`.) The :func:`platform.dist` and :func:`platform.linux_distribution` functions -are now deprecated and will be removed in Python 3.7. Linux distributions use -too many different ways of describing themselves, so the functionality is -left to a package. +are now deprecated. Linux distributions use too many different ways of +describing themselves, so the functionality is left to a package. (Contributed by Vajrasky Kok and Berker Peksag in :issue:`1322`.) The previously undocumented ``from_function`` and ``from_builtin`` methods of |