summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-09-03-01-41-35.bpo-35923.lYpKbY.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-09-03-01-41-35.bpo-35923.lYpKbY.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-09-03-01-41-35.bpo-35923.lYpKbY.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-03-01-41-35.bpo-35923.lYpKbY.rst b/Misc/NEWS.d/next/Library/2019-09-03-01-41-35.bpo-35923.lYpKbY.rst
deleted file mode 100644
index bd2bba7..0000000
--- a/Misc/NEWS.d/next/Library/2019-09-03-01-41-35.bpo-35923.lYpKbY.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Update :class:`importlib.machinery.BuiltinImporter` to use ``loader._ORIGIN``
-instead of a hardcoded value. Patch by Dong-hee Na.