Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4efdc09a
Commit
4efdc09a
authored
Aug 20, 2012
by
Petri Lehtinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#15199: Fix JavaScript's default MIME type to application/javascript
parent
07f6ea55
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
Lib/mimetypes.py
Lib/mimetypes.py
+1
-1
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Lib/mimetypes.py
View file @
4efdc09a
...
...
@@ -437,7 +437,7 @@ def _default_mime_types():
'.jpe'
:
'image/jpeg'
,
'.jpeg'
:
'image/jpeg'
,
'.jpg'
:
'image/jpeg'
,
'.js'
:
'application/
x-
javascript'
,
'.js'
:
'application/javascript'
,
'.ksh'
:
'text/plain'
,
'.latex'
:
'application/x-latex'
,
'.m1v'
:
'video/mpeg'
,
...
...
Misc/ACKS
View file @
4efdc09a
...
...
@@ -436,6 +436,7 @@ Jens B. Jorgensen
Sijin Joseph
Andreas Jung
Tattoo Mabonzo K.
Bohuslav Kabrda
Bob Kahn
Kurt B. Kaiser
Tamito Kajiyama
...
...
Misc/NEWS
View file @
4efdc09a
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment