]> granicus.if.org Git - python/commit
Issue #26041: Remove "will be removed in Python 3.7" from description messages
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 24 Apr 2016 00:32:24 +0000 (03:32 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 24 Apr 2016 00:32:24 +0000 (03:32 +0300)
commit8d8221f0d674ea032337a82d1ad1d0d146510390
tree81da342bdff869dcbf2b9d1466a1d553e4bc5aec
parent2ec1bee1b30a14a2fc8272e3bf304186d0474fe3
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.
Doc/whatsnew/3.5.rst
Lib/platform.py
Lib/test/test_platform.py
Misc/NEWS