summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-02-02 21:14:14 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-02-02 21:14:14 (GMT)
commitd7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e (patch)
treeea93dfddb6f83650440ee5ddea75ef5566a6f266 /Misc
parent23fe2a867b91ab1df9aadf6f0ba6af729175b15f (diff)
downloadcpython-d7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e.zip
cpython-d7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e.tar.gz
cpython-d7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e.tar.bz2
NEWS entry for issue #1581476
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 454ad41..f399fde 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -145,6 +145,8 @@ Core and Builtins
Library
-------
+- Issue #1581476: Always use the Tcl global namespace when calling into Tcl.
+
- Issue #2047: shutil.move() could believe that its destination path was
inside its source path if it began with the same letters (e.g. "src" vs.
"src.new").