commit | dd445e8ece08b8bf62cb1a6d6aab203eb9b3f535 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun Jul 08 17:52:58 2012 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Sun Jul 08 17:52:58 2012 -0400 |
tree | 8a855f96e9ed1a88d76d3083d6e30afdc764ea53 | |
parent | 1ced17dfe9ee17d35badd1dacc38cc12c1158c8c [diff] [blame] | |
parent | 83efd6cbb697fec5412ea7a987222baf18349a91 [diff] [blame] |
Merge 3.2 closes issue 13557
diff --git a/Misc/NEWS b/Misc/NEWS index 298065e..823762c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -98,6 +98,12 @@ * C frames that are garbage-collecting * C frames that are due to the invocation of a PyCFunction +Documentation +------------- + +- Issue #13557: Clarify effect of giving two different namespaces to exec or + execfile(). + Tests -----