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 martin.panter
Recipients a.badger, barry, dhess, l0nwlf, martin.panter, pitrou, r.david.murray, siona, sivert, terry.reedy, wichert, wodny
Date 2017-05-08.23:47:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494287224.41.0.502301595238.issue4963@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest to discuss the non-determinism problem in Issue 1043134 (about determining a canonical extension for each content type). I understood this bug (Issue 4963) is about the behaviour of repeated initialization of the same instance of mimetypes.

BTW an ordered dictionary wouldn’t help with duplicate dictionary keys; see guess_extension("application/excel").
History
Date User Action Args
2017-05-08 23:47:04martin.pantersetrecipients: + martin.panter, barry, terry.reedy, pitrou, wichert, a.badger, r.david.murray, siona, l0nwlf, wodny, sivert, dhess
2017-05-08 23:47:04martin.pantersetmessageid: <1494287224.41.0.502301595238.issue4963@psf.upfronthosting.co.za>
2017-05-08 23:47:04martin.panterlinkissue4963 messages
2017-05-08 23:47:04martin.pantercreate