We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a6f68 commit 3bf23ceCopy full SHA for 3bf23ce
Doc/whatsnew/3.14.rst
@@ -830,7 +830,8 @@ mimetypes
830
(Contributed by Hugo van Kemenade in :gh:`129965`.)
831
832
* Add :rfc:`9512` ``application/yaml`` MIME type for YAML files (``.yaml``
833
- and ``.yml``). (Contributed by Kristinita in :gh:`132056`.)
+ and ``.yml``). (Contributed by Sasha "Nelie" Chernykh and Hugo van Kemenade
834
+ in :gh:`132056`.)
835
836
837
multiprocessing
Misc/NEWS.d/next/Library/2025-04-03-20-28-54.gh-issue-132054.c1nlOx.rst
@@ -1,2 +1,2 @@
1
The ``application/yaml`` mime type (:rfc:`9512`) is now supported
2
-by :mod:`mimetypes`.
+by :mod:`mimetypes`. Patch by Sasha "Nelie" Chernykh and Hugo van Kemenade.
0 commit comments