diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-07-14 14:36:39 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-07-14 14:36:39 (GMT) |
commit | a3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83 (patch) | |
tree | 7d7b4dc170830c5e51d56109d168667167270534 /Misc | |
parent | 761bb1137445c75c4ba87d3669dd546e25277cd5 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |