From: Guilherme Polo Date: Mon, 2 Feb 2009 21:14:14 +0000 (+0000) Subject: NEWS entry for issue #1581476 X-Git-Tag: v2.7a1~2138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e;p=thirdparty%2FPython%2Fcpython.git NEWS entry for issue #1581476 --- diff --git a/Misc/NEWS b/Misc/NEWS index 454ad41779ea..f399fde57166 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").