commit | 4efdc09a8d432d1f38ceb34abcf6d7486f267ca1 | [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:46 2012 +0300 |
tree | e2c56d035f037adb58200ecdf9a88940fd7c3293 | |
parent | 07f6ea550656615862718e31253f119a9bb9d82c [diff] [blame] |
#15199: Fix JavaScript's default MIME type to application/javascript
diff --git a/Misc/NEWS b/Misc/NEWS index 34143bf..895f31f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -95,6 +95,9 @@ Library ------- +- Issue #15199: Fix JavaScript's default MIME type to application/javascript. + Patch by Bohuslav Kabrda. + - Issue #15477: In cmath and math modules, add workaround for platforms whose system-supplied log1p function doesn't respect signs of zeros.