summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-07-08 21:36:14 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-07-08 21:36:14 (GMT)
commit83efd6cbb697fec5412ea7a987222baf18349a91 (patch)
tree21f18b2993fbec3f1f55c5cd615c6f35bd2c711f /Misc
parent45ce4dc73e93e6a2c064de2b1cd2706c98789f45 (diff)
downloadcpython-83efd6cbb697fec5412ea7a987222baf18349a91.zip
cpython-83efd6cbb697fec5412ea7a987222baf18349a91.tar.gz
cpython-83efd6cbb697fec5412ea7a987222baf18349a91.tar.bz2
Issue #13557: Clarify effect of giving two different namespaces to exec or
execfile().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5c05e02..2e2b03f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -380,14 +380,14 @@ Build
Documentation
-------------
+- Issue #13557: Clarify effect of giving two different namespaces to exec or
+ execfile().
+
- Issue #8799: Fix and improve the threading.Condition documentation.
- Issue #14943: Correct a default argument value for winreg.OpenKey
and correctly list the argument names in the function's explanation.
-Documentation
--------------
-
- Issue #14034: added the argparse tutorial.
Tools/Demos