summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-07-08 21:52:58 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-07-08 21:52:58 (GMT)
commitdd445e8ece08b8bf62cb1a6d6aab203eb9b3f535 (patch)
tree8a855f96e9ed1a88d76d3083d6e30afdc764ea53 /Misc
parent1ced17dfe9ee17d35badd1dacc38cc12c1158c8c (diff)
parent83efd6cbb697fec5412ea7a987222baf18349a91 (diff)
downloadcpython-dd445e8ece08b8bf62cb1a6d6aab203eb9b3f535.zip
cpython-dd445e8ece08b8bf62cb1a6d6aab203eb9b3f535.tar.gz
cpython-dd445e8ece08b8bf62cb1a6d6aab203eb9b3f535.tar.bz2
Merge 3.2 closes issue 13557
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 298065e..823762c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----