summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-03-21 14:58:33 (GMT)
committerBrett Cannon <brett@python.org>2014-03-21 14:58:33 (GMT)
commita00c2407caed1fe61bdd92788f7a8eb27fcff969 (patch)
treef86c2e40aa7510e084fbd1a165366abe1385aa99 /Misc
parent373f0a925bcaed53e7e2eb0406694acb00a03e36 (diff)
downloadcpython-a00c2407caed1fe61bdd92788f7a8eb27fcff969.zip
cpython-a00c2407caed1fe61bdd92788f7a8eb27fcff969.tar.gz
cpython-a00c2407caed1fe61bdd92788f7a8eb27fcff969.tar.bz2
Issue #20884: Don't assume in importlib.__init__ that __file__ is
defined.
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 33e7092..ab25f1a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and Builtins
Library
-------
+- Issue #20884: Don't assume that __file__ is defined on importlib.__init__.
+
- Issue #20879: Delay the initialization of encoding and decoding tables for
base32, ascii85 and base85 codecs in the base64 module, and delay the
initialization of the unquote_to_bytes() table of the urllib.parse module, to