-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
gh-139958: Add TOML MIME type #139959
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
base: main
Are you sure you want to change the base?
gh-139958: Add TOML MIME type #139959
Conversation
b3f4446
to
f5c2435
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at previous additions, can you please add this to the What's New too.
'.aiff' : 'audio/x-aiff', | ||
'.ra' : 'audio/x-pn-realaudio', | ||
'.wav' : 'audio/vnd.wave', | ||
'.weba' : 'audio/webm', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this unrelated change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the commit explains, they were not sorted. The font/
related mimetypes had this audio/
mimetype in between.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general please don't mix in changes, it is more difficult to review as a result.
Misc/NEWS.d/next/Library/2025-10-11-17-41-26.gh-issue-139958.AnCakj.rst
Outdated
Show resolved
Hide resolved
…nCakj.rst Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Hi,
while doing some contributions for Plone (on Products.MimetypesRegistry distribution) I drifted away and eventually noticed that TOML files are not recognized by
mimetypes
module.I followed this commit as in what to change.
Compared to the commit referenced above, I decided to skip updating
Doc/whatsnew/3.15.rst
as it feels way too small of a change to mention it.Let me know if it should still be updated nonetheless.