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 serhiy.storchaka
Recipients brett.cannon, serhiy.storchaka, vstinner
Date 2018-11-29.21:54:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543528479.4.0.788709270274.issue35346@psf.upfronthosting.co.za>
In-reply-to
Content
While we are here, look at other outdated code:

* Top-imported warnings is not used.
* struct.calcsize('P') is always success.
* plistlib is always available.

Should we keep compatibility with 2.7?
History
Date User Action Args
2018-11-29 21:54:39serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, vstinner
2018-11-29 21:54:39serhiy.storchakasetmessageid: <1543528479.4.0.788709270274.issue35346@psf.upfronthosting.co.za>
2018-11-29 21:54:39serhiy.storchakalinkissue35346 messages
2018-11-29 21:54:39serhiy.storchakacreate