Issue 30824: Add mimetype for extension .json (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/75007

classification

Title: Add mimetype for extension .json
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.7, Python 3.6, Python 2.7

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: berker.peksag, quentel, r.david.murray, sijis
Priority: normal Keywords:

Created on 2017-07-01 19:31 by quentel, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 3048 merged e4r7hbug,2017-08-09 19:00
PR 3394 merged python-dev,2017-09-06 21:46
PR 3401 merged python-dev,2017-09-06 23:30
Messages (6)
msg297494 - (view) Author: Pierre Quentel (quentel) * Date: 2017-07-01 19:31
I propose to add a mapping of file extension .json to mime type "application/json". This is registered in https://www.iana.org/assignments/media-types
msg297527 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2017-07-03 00:06
Per our current policy with respect to mime types, this should be added to all currently maintained versions.
msg300260 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2017-08-14 18:39
New changeset 8204b903683f9e0f037ccfaa87622716019914d7 by R. David Murray (Nate Tangsurat) in branch 'master': bpo-30824: Add mimetype for .json (#3048) https://github.com/python/cpython/commit/8204b903683f9e0f037ccfaa87622716019914d7
msg301531 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2017-09-06 22:31
New changeset 47e5f791223773dd46273153e9fa5b48f848f0c9 by R. David Murray (Miss Islington (bot)) in branch '2.7': [2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394) https://github.com/python/cpython/commit/47e5f791223773dd46273153e9fa5b48f848f0c9
msg301546 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2017-09-07 00:04
New changeset e29ab7e75138e198b51c8bd04afa16d9d2c976a5 by R. David Murray (Miss Islington (bot)) in branch '3.6': [3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401) https://github.com/python/cpython/commit/e29ab7e75138e198b51c8bd04afa16d9d2c976a5
msg305358 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2017-11-01 05:18
3.5 is now in security-fix-only mode so I'm closing this one as 'fixed'. Thank you, all.
History
Date User Action Args
2022-04-11 14:58:48 admin set github: 75007
2017-11-01 05🔞09 berker.peksag set status: open -> closedversions: - Python 3.5nosy: + berker.peksagmessages: + resolution: fixedstage: backport needed -> resolved
2017-09-07 00:04:18 r.david.murray set messages: +
2017-09-06 23:30:08 python-dev set pull_requests: + <pull%5Frequest3407>
2017-09-06 22:31:38 r.david.murray set messages: +
2017-09-06 21:46:40 python-dev set pull_requests: + <pull%5Frequest3400>
2017-08-14 18:40:22 r.david.murray set stage: needs patch -> backport needed
2017-08-14 18:39:48 r.david.murray set messages: +
2017-08-09 19:00:31 e4r7hbug set pull_requests: + <pull%5Frequest3082>
2017-08-09 18:55:44 sijis set nosy: + sijis
2017-07-03 00:06:35 r.david.murray set stage: needs patchmessages: + versions: + Python 2.7, Python 3.5, Python 3.6
2017-07-01 19:31:36 quentel create