Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Update credit
  • Loading branch information
hugovk committed Apr 20, 2025
commit 3bf23ce4753d875c3f02e81d31072a34fa9d3619
3 changes: 2 additions & 1 deletion Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,8 @@ mimetypes
(Contributed by Hugo van Kemenade in :gh:`129965`.)

* Add :rfc:`9512` ``application/yaml`` MIME type for YAML files (``.yaml``
and ``.yml``). (Contributed by Kristinita in :gh:`132056`.)
and ``.yml``). (Contributed by Sasha "Nelie" Chernykh and Hugo van Kemenade
in :gh:`132056`.)


multiprocessing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
The ``application/yaml`` mime type (:rfc:`9512`) is now supported
by :mod:`mimetypes`.
by :mod:`mimetypes`. Patch by Sasha "Nelie" Chernykh and Hugo van Kemenade.
Loading