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 YoSTEALTH
Recipients AWhetter, YoSTEALTH, barry, brandtbucher, maxking, r.david.murray, steve.dower, xtreak
Date 2019-12-20.16:29:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576859345.02.0.310316694653.issue34938@roundup.psfhosted.org>
In-reply-to
Content
I didn't receive any notification of replay on this topic.

`_default_mime_types()` should never have been a function. This function should be safe to remove as its an internal function. This would avoid unneeded function call and globals used.

Stuff like `_suffix_map_default` could be constants like `SUFFIX_MAP_DEFAULT` with `suffix_map = SUFFIX_MAP_DEFAULT.copy()`

Ashley if you feel like making these changes (optional)
History
Date User Action Args
2019-12-20 16:29:05YoSTEALTHsetrecipients: + YoSTEALTH, barry, r.david.murray, steve.dower, maxking, xtreak, brandtbucher, AWhetter
2019-12-20 16:29:05YoSTEALTHsetmessageid: <1576859345.02.0.310316694653.issue34938@roundup.psfhosted.org>
2019-12-20 16:29:05YoSTEALTHlinkissue34938 messages
2019-12-20 16:29:04YoSTEALTHcreate