diff options
author | Bradley Meck <bradley.meck@gmail.com> | 2018-10-08 20:04:55 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2018-10-08 20:04:55 (GMT) |
commit | 0854b92cd25613269d21de3cb5239379ddc0f2fb (patch) | |
tree | 90df4e6b26bd6d2ff915a3c660f83e633ac274c1 /Misc | |
parent | 5eea0ad50c32d38909ff4e29309e2cc3c6ccb2c0 (diff) | |
download | cpython-0854b92cd25613269d21de3cb5239379ddc0f2fb.zip cpython-0854b92cd25613269d21de3cb5239379ddc0f2fb.tar.gz cpython-0854b92cd25613269d21de3cb5239379ddc0f2fb.tar.bz2 |
bpo-31715 Add mimetype for extension .mjs (#3908)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst b/Misc/NEWS.d/next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst new file mode 100644 index 0000000..eacba28 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst @@ -0,0 +1 @@ +Associate ``.mjs`` file extension with ``application/javascript`` MIME Type. |