NEWS entry for issue #1581476

This commit is contained in:
Guilherme Polo 2009-02-02 21:14:14 +00:00
parent 23fe2a867b
commit d7bb4d484f

View file

@ -145,6 +145,8 @@ Core and Builtins
Library Library
------- -------
- Issue #1581476: Always use the Tcl global namespace when calling into Tcl.
- Issue #2047: shutil.move() could believe that its destination path was - 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. inside its source path if it began with the same letters (e.g. "src" vs.
"src.new"). "src.new").