Skip to content

Commit 1291a47

Browse files
committed
bpo-31670: Associate .wasm with application/wasm
1 parent efb560e commit 1291a47

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Lib/mimetypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ def _default_mime_types():
516516
'.txt' : 'text/plain',
517517
'.ustar' : 'application/x-ustar',
518518
'.vcf' : 'text/x-vcard',
519+
'.wasm' : 'application/wasm',
519520
'.wav' : 'audio/x-wav',
520521
'.webm' : 'video/webm',
521522
'.wiz' : 'application/msword',

Lib/test/mime.types

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ application/vnd.zul zir zirz
941941
application/vnd.zzazz.deck+xml zaz
942942
application/voicexml+xml vxml
943943
application/vq-rtcp-xr
944+
application/wasm wasm
944945
application/watcherinfo+xml wif
945946
application/whoispp-query
946947
application/whoispp-response

Misc/HISTORY

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6683,6 +6683,8 @@ Library
66836683
- Issue #15646: Prevent equivalent of a fork bomb when using `multiprocessing`
66846684
on Windows without the ``if __name__ == '__main__'`` idiom.
66856685

6686+
- Issue #31670: Associate .wasm with application/wasm.
6687+
66866688
IDLE
66876689
----
66886690

0 commit comments

Comments
 (0)