| commit | c6fdafcdf39ce01f7b3fa3eeb8bf297a2905d3b3 | [log] [tgz] |
|---|---|---|
| author | Petri Lehtinen <petri@digip.org> | Mon Aug 20 21:05:56 2012 +0300 |
| committer | Petri Lehtinen <petri@digip.org> | Mon Aug 20 21:28:58 2012 +0300 |
| tree | 7119b479d710bd3deef4c07aa77e3cb70e913027 | |
| parent | f6bd1b0e0d290b1539e544fda0ab07564c9118a4 [diff] [blame] |
#15199: Fix JavaScript's default MIME type to application/javascript
diff --git a/Misc/NEWS b/Misc/NEWS index 74c168f..a8b560e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -107,6 +107,9 @@ 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)