summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-07-14 14:36:39 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-07-14 14:36:39 (GMT)
commita3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83 (patch)
tree7d7b4dc170830c5e51d56109d168667167270534 /Misc/NEWS
parent761bb1137445c75c4ba87d3669dd546e25277cd5 (diff)
downloadcpython-a3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83.zip
cpython-a3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83.tar.gz
cpython-a3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83.tar.bz2
Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1b2f4f4..81665e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -384,6 +384,9 @@ Build
Documentation
-------------
+- Issue #15230: Clearly document some of the limitations of the runpy
+ module and nudge readers towards importlib when appropriate.
+
- Issue #13557: Clarify effect of giving two different namespaces to exec or
execfile().