From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 22 May 2020 22:29:13 +0000 (-0700) Subject: [3.9] bpo-39631: Adds NEWS entry (GH-20227) (GH-20241) X-Git-Tag: v3.9.0b2~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e5cf949ce36b6fe45db0e5e4a26c856c3b44278;p=thirdparty%2FPython%2Fcpython.git [3.9] bpo-39631: Adds NEWS entry (GH-20227) (GH-20241) (cherry picked from commit 92327a9913150f5bb55b2727a2c5d50f9b7b6e55) Co-authored-by: Steve Dower --- 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 000000000000..38db4b431b6a --- /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``.