diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2016-05-28 18:08:20 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2016-05-28 18:08:20 (GMT) |
commit | dc4f7c09cc934524a763498250e30123a0d9d2c5 (patch) | |
tree | 7decc4ed50899019e96783795c9321ed89e4e9f8 /Misc | |
parent | 76c4161b9247ac523681a51430c20d1281b143b9 (diff) | |
parent | 338502b307798e089d85e58f97f3d28922161c47 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |