bpo-39631: Adds NEWS entry (GH-20227)

(cherry picked from commit 92327a9913)

Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
Miss Islington (bot) 2020-05-19 15:19:26 -07:00 committed by GitHub
parent 46fc3ec056
commit 381ceeaa59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Changes the registered MIME type for ``.py`` files on Windows to
``text/x-python`` instead of ``text/plain``.