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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7bb4d484ff0adb0f40e34ed316e58e8a4b88a9e;p=python NEWS entry for issue #1581476 --- diff --git a/Misc/NEWS b/Misc/NEWS index 454ad41779..f399fde571 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").