Skip to content
Prev Previous commit
Next Next commit
Update What's New entry
  • Loading branch information
hugovk committed Apr 20, 2025
commit c5a6f68c63e5d1d18045a33d9ebdfdf87d258fee
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,8 @@ mimetypes

(Contributed by Hugo van Kemenade in :gh:`129965`.)

* Add :rfc:`9512` ``application/yaml`` for YAML files (``.yaml`` and ``.yml``).
(Contributed by Kristinita in :gh:`132056`.)
* Add :rfc:`9512` ``application/yaml`` MIME type for YAML files (``.yaml``
and ``.yml``). (Contributed by Kristinita in :gh:`132056`.)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kristinita We can put your full name here if you like.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hugovk, thanks for adding the function test_guess_file_type()!

My contribution here is insignificant, and I think it would be more fair if you will add your name instead of my.

(But if the name of the author of the pull request is required, perhaps, Sasha “Nelie” Chernykh instead of Kristinita would be better).

Thanks.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You contribution is not insignificant. I've put both our names there, thanks again!



multiprocessing
Expand Down
Loading