This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ShaneHarvey
Recipients ShaneHarvey, andymaier, benjamin.peterson, berker.peksag, bgomes, christian.heimes, doko, draghuram, eric.araujo, georg.brandl, lemburg, leycec, nir0s, pavel.vinogradov, petr.viktorin, pola, python-dev, sapetnioc, vajrasky, xnox, zooko
Date 2017-08-07.20:52:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502139168.8.0.616279271975.issue1322@psf.upfronthosting.co.za>
In-reply-to
Content
When are these functions going to be deprecated? In 3.5, 3.6, and master they still raise PendingDeprecationWarning, not DeprecationWarning:
https://github.com/python/cpython/blob/v3.5.3/Lib/platform.py#L305-L306
https://github.com/python/cpython/blob/v3.6.2/Lib/platform.py#L304-L305
https://github.com/python/cpython/blob/5c4b0d0/Lib/platform.py#L304-L305
History
Date User Action Args
2017-08-07 20:52:49ShaneHarveysetrecipients: + ShaneHarvey, lemburg, georg.brandl, doko, zooko, draghuram, christian.heimes, sapetnioc, benjamin.peterson, pavel.vinogradov, bgomes, eric.araujo, petr.viktorin, python-dev, pola, berker.peksag, xnox, vajrasky, andymaier, nir0s, leycec
2017-08-07 20:52:48ShaneHarveysetmessageid: <1502139168.8.0.616279271975.issue1322@psf.upfronthosting.co.za>
2017-08-07 20:52:48ShaneHarveylinkissue1322 messages
2017-08-07 20:52:48ShaneHarveycreate