diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-02-02 21:14:14 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-02-02 21:14:14 (GMT) |
commit | d7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e (patch) | |
tree | ea93dfddb6f83650440ee5ddea75ef5566a6f266 /Misc | |
parent | 23fe2a867b91ab1df9aadf6f0ba6af729175b15f (diff) | |
download | cpython-d7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e.zip cpython-d7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e.tar.gz cpython-d7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e.tar.bz2 |
NEWS entry for issue #1581476
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"). |