commit | 8d8221f0d674ea032337a82d1ad1d0d146510390 | [log] [tgz] |
---|---|---|
author | Berker Peksag <berker.peksag@gmail.com> | Sun Apr 24 03:32:24 2016 +0300 |
committer | Berker Peksag <berker.peksag@gmail.com> | Sun Apr 24 03:32:24 2016 +0300 |
tree | 81da342bdff869dcbf2b9d1466a1d553e4bc5aec | |
parent | 2ec1bee1b30a14a2fc8272e3bf304186d0474fe3 [diff] |
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.