summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 353b0cd..e3f2206 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,11 @@ Tools/Demos
Documentation
-------------
+- Issue #15288: Link to the term "loader" in notes in pkgutil about how things
+ won't work as expected in Python 3.3 and mark the requisite functions as
+ "changed" since they will no longer work with modules directly imported by
+ import itself.
+
- Issue #13557: Clarify effect of giving two different namespaces to exec or
execfile().