diff options
author | travisoneill <travis.h.oneill@gmail.com> | 2018-10-09 04:43:58 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2018-10-09 04:43:58 (GMT) |
commit | 199a280af540e3194405eb250ca1a8d487f6a4f7 (patch) | |
tree | ea558df11ddb089f3a97b798a43954e1290198d1 /Misc | |
parent | 6261ae9b01fb8429b779169f8de37ff567c144e8 (diff) | |
download | cpython-199a280af540e3194405eb250ca1a8d487f6a4f7.zip cpython-199a280af540e3194405eb250ca1a8d487f6a4f7.tar.gz cpython-199a280af540e3194405eb250ca1a8d487f6a4f7.tar.bz2 |
bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-26-14-09-34.bpo-34758.bRBfAi.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-26-14-09-34.bpo-34758.bRBfAi.rst b/Misc/NEWS.d/next/Library/2018-09-26-14-09-34.bpo-34758.bRBfAi.rst new file mode 100644 index 0000000..82e38aa --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-09-26-14-09-34.bpo-34758.bRBfAi.rst @@ -0,0 +1,2 @@ +Add .wasm -> application/wasm to list of recognized file types and content +type headers |