diff options
author | Antonio <57417288+amaddio@users.noreply.github.com> | 2024-03-26 14:10:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 14:10:29 (GMT) |
commit | 70969d53a77a8a190c40a30419e772bc874a4f62 (patch) | |
tree | 97fce65ff869dfbc9cee0ea365d1afa24a2655d5 /Misc | |
parent | 4ec347760f98b156c6a2d42ca397af6b0b6ecc50 (diff) | |
download | cpython-70969d53a77a8a190c40a30419e772bc874a4f62.zip cpython-70969d53a77a8a190c40a30419e772bc874a4f62.tar.gz cpython-70969d53a77a8a190c40a30419e772bc874a4f62.tar.bz2 |
gh-97901 add missing text/rtf to mimetypes (GH-97902)
Co-authored-by: Noam Cohen <noam@noam.me>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-10-05-09-33-48.gh-issue-97901.BOLluU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-10-05-09-33-48.gh-issue-97901.BOLluU.rst b/Misc/NEWS.d/next/Core and Builtins/2022-10-05-09-33-48.gh-issue-97901.BOLluU.rst new file mode 100644 index 0000000..4d2bd65 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-10-05-09-33-48.gh-issue-97901.BOLluU.rst @@ -0,0 +1 @@ +Mime type ``text/rtf`` is now supported by :mod:`mimetypes`. |