[3.6] bpo-30824: Add mimetype for .json (GH-3048) (#3401) · python/cpython@e29ab7e (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit e29ab7e
authored and
committed
(cherry picked from commit 8204b90)
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -439,6 +439,7 @@ def _default_mime_types(): | ||
439 | 439 | '.jpeg' : 'image/jpeg', |
440 | 440 | '.jpg' : 'image/jpeg', |
441 | 441 | '.js' : 'application/javascript', |
442 | +'.json' : 'application/json', | |
442 | 443 | '.ksh' : 'text/plain', |
443 | 444 | '.latex' : 'application/x-latex', |
444 | 445 | '.m1v' : 'video/mpeg', |