summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-02-02 21:17:09 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-02-02 21:17:09 (GMT)
commit7f42395b6d78a7c8e6b2ef2623c181aa93084269 (patch)
tree3f6dcc51d3825d8feadf8a6405e058fa1f959e8a /Misc
parent3c16165c432206f76c654a0cd7e092f776f21433 (diff)
downloadcpython-7f42395b6d78a7c8e6b2ef2623c181aa93084269.zip
cpython-7f42395b6d78a7c8e6b2ef2623c181aa93084269.tar.gz
cpython-7f42395b6d78a7c8e6b2ef2623c181aa93084269.tar.bz2
Merged revisions 69217,69219 via svnmerge from
svn+ssh://pythondev/python/trunk ........ r69217 | guilherme.polo | 2009-02-02 19:08:32 -0200 (Mon, 02 Feb 2009) | 1 line Fix for issue #1581476 ........ r69219 | guilherme.polo | 2009-02-02 19:14:14 -0200 (Mon, 02 Feb 2009) | 1 line NEWS entry for issue #1581476 ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 36dfa2c..71f9ca1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@ Core and Builtins
Library
-------
+- Issue #1581476: Always use the Tcl global namespace when calling into Tcl.
+
- Fix a bug in the trace module where a bytes object from co_lnotab had its
items being passed through ord().