diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2014-05-13 18:15:42 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2014-05-13 18:15:42 (GMT) |
commit | 2f46a0e8bef2e0a29e032ef805e9a95924af00a7 (patch) | |
tree | f17696803c4683d8d6d6593881f10117ed5d558a /Misc | |
parent | 7664eb02973cad889e96c2aec7226dc890983d45 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |