diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-05-22 22:29:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 22:29:13 (GMT) |
commit | 1e5cf949ce36b6fe45db0e5e4a26c856c3b44278 (patch) | |
tree | 9fd1ccaa1c899758b288df1921f81dbbfffb006c | |
parent | 7f77ac463cff219e0c8afef2611cad5080cc9df1 (diff) | |
download | cpython-1e5cf949ce36b6fe45db0e5e4a26c856c3b44278.zip cpython-1e5cf949ce36b6fe45db0e5e4a26c856c3b44278.tar.gz cpython-1e5cf949ce36b6fe45db0e5e4a26c856c3b44278.tar.bz2 |
[3.9] bpo-39631: Adds NEWS entry (GH-20227) (GH-20241)
(cherry picked from commit 92327a9913150f5bb55b2727a2c5d50f9b7b6e55)
Co-authored-by: Steve Dower <steve.dower@python.org>
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-05-19-14-43-33.bpo-39631.Z5yXam.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-05-19-14-43-33.bpo-39631.Z5yXam.rst b/Misc/NEWS.d/next/Windows/2020-05-19-14-43-33.bpo-39631.Z5yXam.rst new file mode 100644 index 0000000..38db4b4 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-05-19-14-43-33.bpo-39631.Z5yXam.rst @@ -0,0 +1,2 @@ +Changes the registered MIME type for ``.py`` files on Windows to +``text/x-python`` instead of ``text/plain``. |