summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2016-05-28 17:56:53 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2016-05-28 17:56:53 (GMT)
commit338502b307798e089d85e58f97f3d28922161c47 (patch)
tree8f9e1bbde85a6b5f8f0f175cb33753827f2a9401 /Misc
parentc7385f31d3a9bda92288aec81b651f8f3adbed69 (diff)
downloadcpython-338502b307798e089d85e58f97f3d28922161c47.zip
cpython-338502b307798e089d85e58f97f3d28922161c47.tar.gz
cpython-338502b307798e089d85e58f97f3d28922161c47.tar.bz2
Issue #27147: Mention PEP 420 in the importlib docs.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1d1cca8..cd63239 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,8 @@ Core and Builtins
- Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
+- Issue #27147: Mention PEP 420 in the importlib docs.
+
- Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
__getattr__.