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:46 (GMT) |
commit | 4efdc09a8d432d1f38ceb34abcf6d7486f267ca1 (patch) | |
tree | e2c56d035f037adb58200ecdf9a88940fd7c3293 /Misc/NEWS | |
parent | 07f6ea550656615862718e31253f119a9bb9d82c (diff) | |
download | cpython-4efdc09a8d432d1f38ceb34abcf6d7486f267ca1.zip cpython-4efdc09a8d432d1f38ceb34abcf6d7486f267ca1.tar.gz cpython-4efdc09a8d432d1f38ceb34abcf6d7486f267ca1.tar.bz2 |
#15199: Fix JavaScript's default MIME type to application/javascript
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ Core and Builtins 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. |