NEWS entry for issue #1581476

This commit is contained in:
Guilherme Polo 2009-02-02 21:14:14 +00:00
parent 23fe2a867b
commit d7bb4d484f
1 changed files with 2 additions and 0 deletions

View File

@ -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").