diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2012-07-08 21:52:58 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2012-07-08 21:52:58 (GMT) |
commit | dd445e8ece08b8bf62cb1a6d6aab203eb9b3f535 (patch) | |
tree | 8a855f96e9ed1a88d76d3083d6e30afdc764ea53 /Misc | |
parent | 1ced17dfe9ee17d35badd1dacc38cc12c1158c8c (diff) | |
parent | 83efd6cbb697fec5412ea7a987222baf18349a91 (diff) | |
download | cpython-dd445e8ece08b8bf62cb1a6d6aab203eb9b3f535.zip cpython-dd445e8ece08b8bf62cb1a6d6aab203eb9b3f535.tar.gz cpython-dd445e8ece08b8bf62cb1a6d6aab203eb9b3f535.tar.bz2 |
Merge 3.2 closes issue 13557
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -98,6 +98,12 @@ Tools/Demos * 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 ----- |