| commit | a3d1cac4b21ffbd8deed0c28f08bed4afa5e7b83 | [log] [tgz] |
|---|---|---|
| author | Nick Coghlan <ncoghlan@gmail.com> | Sun Jul 15 00:36:39 2012 +1000 |
| committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Jul 15 00:36:39 2012 +1000 |
| tree | 7d7b4dc170830c5e51d56109d168667167270534 | |
| parent | 761bb1137445c75c4ba87d3669dd546e25277cd5 [diff] [blame] |
Issue #15230: Update runpy docs to clarify a couple of points that came up in this issue
diff --git a/Misc/NEWS b/Misc/NEWS index 1b2f4f4..81665e3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -384,6 +384,9 @@ 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().