From f54e12cb0b40a49056002ffdb5f260f484a22fe2 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 15 Aug 2018 16:25:10 -0400 Subject: [PATCH] fixup: add news --- .../next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst diff --git a/Misc/NEWS.d/next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst b/Misc/NEWS.d/next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst new file mode 100644 index 00000000000000..5c497b246c7e59 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-08-15-16-22-30.bpo-31715.Iw8jS8.rst @@ -0,0 +1,3 @@ +Add mimetype for file extension ``.mjs``. This will allow ``python -m`` to +support applications attempting to load ECMAScript Modules with the ``.mjs`` +extension.