]> granicus.if.org Git - python/commitdiff
NEWS entry for issue #1581476
authorGuilherme Polo <ggpolo@gmail.com>
Mon, 2 Feb 2009 21:14:14 +0000 (21:14 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Mon, 2 Feb 2009 21:14:14 +0000 (21:14 +0000)
Misc/NEWS

index 454ad41779ea29a84be1c3fbabe31fc7814dd486..f399fde57166290a7fd61c79810afe3e0b12d9f3 100644 (file)
--- 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").