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 steve.dower
Recipients danishprakash, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-11-23.13:21:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542979271.92.0.788709270274.issue35292@psf.upfronthosting.co.za>
In-reply-to
Content
You're welcome to it - I deliberately left it for someone else to work on, though I'm happy to review and merge.

The visible change of making this lazy is that if someone reads from the dict, it'll be missing system-specified content types (until we lazily fill it in guess_type() ). Nobody is meant to read from it - it's public for people to *add* custom overrides - so this should be okay, but a little bit of GitHub research to find out if anyone does wouldn't hurt. Then we can at least warn them that it's changing before they run into their own bug.
History
Date User Action Args
2018-11-23 13:21:11steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, danishprakash
2018-11-23 13:21:11steve.dowersetmessageid: <1542979271.92.0.788709270274.issue35292@psf.upfronthosting.co.za>
2018-11-23 13:21:11steve.dowerlinkissue35292 messages
2018-11-23 13:21:11steve.dowercreate