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 vstinner
Recipients brett.cannon, lemburg, serhiy.storchaka, vstinner
Date 2018-12-12.16:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544633856.03.0.788709270274.issue35346@psf.upfronthosting.co.za>
In-reply-to
Content
> Top-imported warnings is not used.

Fixed by commit b8e689a6e8134e88f857a55e50b6a4977967e385.

> struct.calcsize('P') is always success.

I wrote PR 11130 for that.

Note: struct.calcsize('P') always works on Python 2.7 as well.

> plistlib is always available.

I don't know this module. This module imports many other modules like xml.parsers.expat. I don't think that the try/except ImportError hurts. Feel free to propose a PR if you want.
History
Date User Action Args
2018-12-12 16:57:36vstinnersetrecipients: + vstinner, lemburg, brett.cannon, serhiy.storchaka
2018-12-12 16:57:36vstinnersetmessageid: <1544633856.03.0.788709270274.issue35346@psf.upfronthosting.co.za>
2018-12-12 16:57:36vstinnerlinkissue35346 messages
2018-12-12 16:57:35vstinnercreate