commit | 45ed012433443cc9d79729b91f01f4a5ffe28ba6 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun Jul 08 17:35:26 2012 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Sun Jul 08 17:35:26 2012 -0400 |
tree | 2e2c96f2c139b173d7f07956ffd9a8e2b29ed690 | |
parent | e7d4b607f16ad1116cc6fe4c00cc344c3f2cbe79 [diff] [blame] |
Issue #13557: Clarify effect of giving two different namespaces to exec or execfile().
diff --git a/Misc/NEWS b/Misc/NEWS index c5e2e92..52439fe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -284,7 +284,9 @@ - Issue #14437: Fix building the _io module under Cygwin. Documentation -------------- + +- Issue #13557: Clarify effect of giving two different namespaces to exec or + execfile(). - Issue #14034: added the argparse tutorial.