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 christian.heimes
Recipients Andrey, christian.heimes
Date 2017-11-14.08:43:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510649001.53.0.213398074469.issue32021@psf.upfronthosting.co.za>
In-reply-to
Content
You can just add the encoding to mimetypes.encodings_map:

mimetypes.encodings_map['.br'] = 'brotli'
History
Date User Action Args
2017-11-14 08:43:21christian.heimessetrecipients: + christian.heimes, Andrey
2017-11-14 08:43:21christian.heimessetmessageid: <1510649001.53.0.213398074469.issue32021@psf.upfronthosting.co.za>
2017-11-14 08:43:21christian.heimeslinkissue32021 messages
2017-11-14 08:43:21christian.heimescreate