summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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