Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Lib/mimetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ def _default_mime_types():
'.txt' : 'text/plain',
'.ustar' : 'application/x-ustar',
'.vcf' : 'text/x-vcard',
'.wasm' : 'application/wasm',
'.wav' : 'audio/x-wav',
'.webm' : 'video/webm',
'.wiz' : 'application/msword',
Expand Down
1 change: 1 addition & 0 deletions Lib/test/mime.types
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,7 @@ application/vnd.zul zir zirz
application/vnd.zzazz.deck+xml zaz
application/voicexml+xml vxml
application/vq-rtcp-xr
application/wasm wasm
application/watcherinfo+xml wif
application/whoispp-query
application/whoispp-response
Expand Down
2 changes: 2 additions & 0 deletions Misc/HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -6683,6 +6683,8 @@ Library
- Issue #15646: Prevent equivalent of a fork bomb when using `multiprocessing`
on Windows without the ``if __name__ == '__main__'`` idiom.

- Issue #31670: Associate .wasm with application/wasm.

IDLE
----

Expand Down