summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2014-05-13 18:15:42 (GMT)
committerEric Snow <ericsnowcurrently@gmail.com>2014-05-13 18:15:42 (GMT)
commit2f46a0e8bef2e0a29e032ef805e9a95924af00a7 (patch)
treef17696803c4683d8d6d6593881f10117ed5d558a /Misc
parent7664eb02973cad889e96c2aec7226dc890983d45 (diff)
downloadcpython-2f46a0e8bef2e0a29e032ef805e9a95924af00a7.zip
cpython-2f46a0e8bef2e0a29e032ef805e9a95924af00a7.tar.gz
cpython-2f46a0e8bef2e0a29e032ef805e9a95924af00a7.tar.bz2
Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
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 72204aa..f85155e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -187,6 +187,8 @@ Library
- Issue #20884: Don't assume that __file__ is defined on importlib.__init__.
+- Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
+
- 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