summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2016-05-28 18:08:20 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2016-05-28 18:08:20 (GMT)
commitdc4f7c09cc934524a763498250e30123a0d9d2c5 (patch)
tree7decc4ed50899019e96783795c9321ed89e4e9f8 /Misc
parent76c4161b9247ac523681a51430c20d1281b143b9 (diff)
parent338502b307798e089d85e58f97f3d28922161c47 (diff)
downloadcpython-dc4f7c09cc934524a763498250e30123a0d9d2c5.zip
cpython-dc4f7c09cc934524a763498250e30123a0d9d2c5.tar.gz
cpython-dc4f7c09cc934524a763498250e30123a0d9d2c5.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 ef6ca92..ce051d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -105,6 +105,8 @@ Core and Builtins
- Issue #27138: Fix the doc comment for FileFinder.find_spec().
+- Issue #27147: Mention PEP 420 in the importlib docs.
+
- Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
error handler for stdin and stdout.