diff options
author | Petri Lehtinen <petri@digip.org> | 2012-08-20 18:05:56 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-08-20 18:28:58 (GMT) |
commit | c6fdafcdf39ce01f7b3fa3eeb8bf297a2905d3b3 (patch) | |
tree | 7119b479d710bd3deef4c07aa77e3cb70e913027 /Misc | |
parent | f6bd1b0e0d290b1539e544fda0ab07564c9118a4 (diff) | |
download | cpython-c6fdafcdf39ce01f7b3fa3eeb8bf297a2905d3b3.zip cpython-c6fdafcdf39ce01f7b3fa3eeb8bf297a2905d3b3.tar.gz cpython-c6fdafcdf39ce01f7b3fa3eeb8bf297a2905d3b3.tar.bz2 |
#15199: Fix JavaScript's default MIME type to application/javascript
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -480,6 +480,7 @@ Jens B. Jorgensen Sijin Joseph Andreas Jung Tattoo Mabonzo K. +Bohuslav Kabrda Bob Kahn Kurt B. Kaiser Tamito Kajiyama @@ -107,6 +107,9 @@ Core and Builtins Library ------- +- Issue #15199: Fix JavaScript's default MIME type to application/javascript. + Patch by Bohuslav Kabrda. + - Issue #13579: string.Formatter now understands the 'a' conversion specifier. - Issue #15595: Fix subprocess.Popen(universal_newlines=True) |