On 10 August 2017 at 04:24, Serhiy Storchaka <storch...@gmail.com> wrote:
> 09.08.17 21:17, Brett Cannon пише:
>>
>> On Wed, 9 Aug 2017 at 10:43 Nate. <e4r7h...@gmail.com
>> <mailto:e4r7h...@gmail.com>> wrote:
>>     A friend and I have hit a funny situation with the `mimetypes.py`
>>     library
>>     guessing the type for a '.json' file. Is there a reason why '.json'
>>     hasn't been
>>     added to the mapping?
>>
>>
>> Probably no one thought about it since the module was added in 1997 which
>> is only 2 years after the creation of JavaScript itself. :)
>
> No one proposed a patch.

That's not *quite* true - there was at least one proposal a few years
to modernise the mimetypes list, but the one I was involved in
reviewing got intertwined with a proposal to completely rewrite the
mimetypes module, and the submitter wasn't interested in creating a
more minimalist patch that solved the specific problem (i.e. the list
was pretty out of date) without all the extraneous changes to how the
module actually worked :(

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to