Merged revisions 78722 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78722 | florent.xicluna | 2010-03-06 12:01:08 +0100 (sam, 06 mar 2010) | 2 lines
#6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index e1411df..9dfb804 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@
set to an non existent program name and Python is unable to retrieve the real
program name
+- Issue #6906: Tk should not set Unicode environment variables on Windows.
+
- Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review
Issue #29