[issue20035] Clean up Tcl library discovery in Tkinter on Windows

Zachary Ware report at bugs.python.org
Sat Mar 29 22:35:37 CET 2014


Zachary Ware added the comment:

Here's an even less ugly new version of the patch; it does everything with multi-byte strings instead of wide-char strings (so that there's just one conversion of prefix from wcs to mbs at the beginning of the block, and TCL_VERSION is used directly).  This patch also cleans up the Tkinter tests to remove the previous workarounds and un-reverts the change to PCbuild/rt.bat that I reverted after #15968 in an attempt to avoid test failures (that apparently didn't work).

----------
components: +Windows -Tests
title: Suppress 'os.environ was modified' warning on Tcl/Tk tests -> Clean up Tcl library discovery in Tkinter on Windows
versions: +Python 3.5 -Python 3.4
Added file: http://bugs.python.org/file34662/issue20035.v3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20035>
_______________________________________


More information about the Python-bugs-list mailing list