diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2014-05-13 18:18:07 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2014-05-13 18:18:07 (GMT) |
commit | e1c9e5270abf0076f87a667fbb47a6a0d5403f7f (patch) | |
tree | eecd236d703f747cb6a24950e758095fcf098f8f /Misc | |
parent | c7188e2690b3c115ae56010737ca133c6549e688 (diff) | |
parent | 2f46a0e8bef2e0a29e032ef805e9a95924af00a7 (diff) | |
download | cpython-e1c9e5270abf0076f87a667fbb47a6a0d5403f7f.zip cpython-e1c9e5270abf0076f87a667fbb47a6a0d5403f7f.tar.gz cpython-e1c9e5270abf0076f87a667fbb47a6a0d5403f7f.tar.bz2 |
Merge from 3.4 (for #21499).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -272,6 +272,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 #20627: xmlrpc.client.ServerProxy is now a context manager. - Issue #19165: The formatter module now raises DeprecationWarning instead of |