summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-06-25 17:47:53 (GMT)
committerBrett Cannon <brett@python.org>2016-06-25 17:47:53 (GMT)
commite92dc9c23da8cb11f922f28353e6a58928aa5c71 (patch)
treee69b676b8236c0adde0f45fb2ee79c458771f178 /Misc/NEWS
parent559ad5d401229399e7bc887b62a87d9f69206fa6 (diff)
downloadcpython-e92dc9c23da8cb11f922f28353e6a58928aa5c71.zip
cpython-e92dc9c23da8cb11f922f28353e6a58928aa5c71.tar.gz
cpython-e92dc9c23da8cb11f922f28353e6a58928aa5c71.tar.bz2
Fix a scoping issue where an UnboundLocalError was triggered if a
lazy-loaded module was already in sys.modules.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 49304ba..f580afe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,10 @@ Core and Builtins
Library
-------
+- Fix a scoping issue in importlib.util.LazyLoader which triggered an
+ UnboundLocalError when lazy-loading a module that was already put into
+ sys.modules.
+
- Issue #27079: Fixed curses.ascii functions isblank(), iscntrl() and ispunct().
- Issue #26754: Some functions (compile() etc) accepted a filename argument