-
-
Notifications
You must be signed in to change notification settings - Fork 947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace the obsolete JS media type #2110
Comments
Thanks for heads up @euj1n0ng! Falcon isn't heavily tied to Javascript, so I suppose this is just about updating |
The relevant PR: #2111 |
Aha, I was unaware of the context. In fact, we need to check if this type constant is actually enforced when serving static files, otherwise you'll need to submit a PR to the CPython (or PyPy) interpreter itself 🙂 (Or we need to modify Falcon to prioritize these constants vs the system's mimetypes -- take a look at |
Hi @harshashetty67, this is not fixed, but there is already an open PR. @harshashetty67 if you are okay with contributing documentation, we have a bunch of good first issues. We don't have that many good first issues for coding at the moment... And as said, if you're fine with writing documentation, then we have tons of good first issues. I can help you picking something there. Edit: somewhere between coding and docs, the following one would be a nice addition IMHO: #1355 |
* docs: clean up newsfragments & other docs for `4.0.0b1` * docs: add more `versionadded` directives * docs: clean up more newsfragments from the breakingchange section * docs: clean up xml_error_serialization docs & more * docs(newsfragments): clean up newandimproved up to #2110 * docs: clean up more newsfragments * docs: update wording as per review suggestion `docs/_newsfragments/2213.newandimproved.rst` Co-authored-by: Federico Caselli <[email protected]> * docs: show inherited members from base of test result classes --------- Co-authored-by: Federico Caselli <[email protected]>
RFC-4329 is obsolete.
According to RFC-9239,
The text was updated successfully, but these errors were encountered: