[issue37305] Add MIME type for Web App Manifest

2019-09-11 Thread Jason R. Coombs


Jason R. Coombs  added the comment:

Thanks for the contrib.

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37305] Add MIME type for Web App Manifest

2019-09-11 Thread Jason R. Coombs


Jason R. Coombs  added the comment:


New changeset 35d0934040223f1360b2b343005fcc8ebbc65c1a by Jason R. Coombs (Miss 
Islington (bot)) in branch '3.8':
bpo-37305: add MIME type for Web App Manifest (GH-14199) (#15946)
https://github.com/python/cpython/commit/35d0934040223f1360b2b343005fcc8ebbc65c1a


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37305] Add MIME type for Web App Manifest

2019-09-11 Thread miss-islington


Change by miss-islington :


--
pull_requests: +15580
pull_request: https://github.com/python/cpython/pull/15946

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37305] Add MIME type for Web App Manifest

2019-09-11 Thread Jason R. Coombs

Jason R. Coombs  added the comment:


New changeset 4b41745b3c65ef4807cd1108dce12d3e0c173f20 by Jason R. Coombs 
(Filip Š) in branch 'master':
bpo-37305: add MIME type for Web App Manifest (#14199)
https://github.com/python/cpython/commit/4b41745b3c65ef4807cd1108dce12d3e0c173f20


--
nosy: +jaraco

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37305] Add MIME type for Web App Manifest

2019-09-11 Thread Jason R. Coombs


Change by Jason R. Coombs :


--
versions: +Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37305] Add MIME type for Web App Manifest

2019-06-18 Thread Filip Š

Change by Filip Š :


--
keywords: +patch
pull_requests: +14036
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/14199

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue37305] Add MIME type for Web App Manifest

2019-06-16 Thread Filip Š

New submission from Filip Š :

Web App Manifest ( https://w3c.github.io/manifest/ ) is "JSON-based manifest 
file that provides developers with a centralized place to put metadata 
associated with a web application".

Although it is not required, it is recommended by W3C ( 
https://w3c.github.io/manifest/#media-type-registration ) that manifest uses 
`application/manifest+json` media type and `.webmanifest` extension.

This should also be used by Python's mimetypes module.


I can submit PR for this, but I don't know if it should be added to `types_map` 
or `common_types`. It is currently not registered with IANA, but it is "for 
community review and will be submitted to the IESG for review, approval, and 
registration with IANA".

If it is not strictly needed for MIME type that it is registered with IANA, I 
will add it to `types_map`. If it is, I will add it `common_types` and later 
move it to `types_map` when it will be registered. What should I choose?

--
messages: 345741
nosy: filips123
priority: normal
severity: normal
status: open
title: Add MIME type for Web App Manifest
type: enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com