summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-07-31-15-52-51.bpo-35943.-KswoB.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-07-31-15-52-51.bpo-35943.-KswoB.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-07-31-15-52-51.bpo-35943.-KswoB.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-07-31-15-52-51.bpo-35943.-KswoB.rst b/Misc/NEWS.d/next/Library/2019-07-31-15-52-51.bpo-35943.-KswoB.rst
deleted file mode 100644
index b1c5560..0000000
--- a/Misc/NEWS.d/next/Library/2019-07-31-15-52-51.bpo-35943.-KswoB.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-The function :c:func:`PyImport_GetModule` now ensures any module it returns is fully initialized.
-Patch by Joannah Nanjekye.