This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients python-dev, r.david.murray, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-03-29.21:35:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396128937.52.0.115921266699.issue20035@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-03-29 21:35:37zach.waresetrecipients: + zach.ware, terry.reedy, r.david.murray, python-dev, serhiy.storchaka
2014-03-29 21:35:37zach.waresetmessageid: <1396128937.52.0.115921266699.issue20035@psf.upfronthosting.co.za>
2014-03-29 21:35:37zach.warelinkissue20035 messages
2014-03-29 21:35:37zach.warecreate