[issue31670] Associate .wasm with application/wasm

2019-10-24 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed superseder: -> http.server module sets incorrect mimetype for WebAssembly files versions: -Python 2.7, Python 3.7 ___ Python tracke

[issue31670] Associate .wasm with application/wasm

2019-03-24 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Seems this was fixed with https://github.com/python/cpython/commit/199a280af540e3194405eb250ca1a8d487f6a4f7 . Thanks @flagxor for details in https://github.com/python/cpython/pull/3861#issuecomment-475904041 . I would propose closing this as fixed

[issue31670] Associate .wasm with application/wasm

2018-11-07 Thread Runping Wang
Runping Wang added the comment: We're also depending on this MIME type for WebAssembly. It will be great if we can get this wasm MIME type in. -- nosy: +runpiw ___ Python tracker ___

[issue31670] Associate .wasm with application/wasm

2018-05-10 Thread Brad Nelson
Brad Nelson added the comment: We have a provisional registration for application/wasm now with IANA: https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xhtml This is also shipping in Firefox and Chrome. Would it be possible to merge this? Thank

[issue31670] Associate .wasm with application/wasm

2017-10-03 Thread R. David Murray
R. David Murray added the comment: Yes, if/when it goes in it will go in to all currently maintained versions. I've adjusted 'versions' accordingly. -- versions: -Python 3.4, Python 3.5, Python 3.6 ___ Python tracker

[issue31670] Associate .wasm with application/wasm

2017-10-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Yes, updates of the mimetype database usually are backported to 2.7. -- nosy: +serhiy.storchaka ___ Python tracker ___ _

[issue31670] Associate .wasm with application/wasm

2017-10-03 Thread Brad Nelson
Brad Nelson added the comment: Tentative might be an understatement. There was 4 browser sign-off on using that mime type within the WebAssembly CG, which has drafted the spec so far. We're in the process of handing v1 of the spec off to the WebAssembly Working Group on our way to a good and p

[issue31670] Associate .wasm with application/wasm

2017-10-03 Thread R. David Murray
R. David Murray added the comment: We generally wait for something a bit stronger than "tentatively" before adding a mime type (ie: an actual submission to the relevant standards channel). -- nosy: +r.david.murray ___ Python tracker

[issue31670] Associate .wasm with application/wasm

2017-10-02 Thread Brad Nelson
Change by Brad Nelson : -- keywords: +patch pull_requests: +3841 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue31670] Associate .wasm with application/wasm

2017-10-02 Thread Brad Nelson
New submission from Brad Nelson : WebAssembly is tentatively spec'ed to require the application/wasm mime type for download sources: https://github.com/WebAssembly/design/blob/master/Web.md The mimetype module should associate .wasm with this mimetype to allow users of SimpleHTTPServer etc. to