Message215148
| 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:37 | zach.ware | set | recipients: + zach.ware, terry.reedy, r.david.murray, python-dev, serhiy.storchaka |
| 2014-03-29 21:35:37 | zach.ware | set | messageid: <1396128937.52.0.115921266699.issue20035@psf.upfronthosting.co.za> |
| 2014-03-29 21:35:37 | zach.ware | link | issue20035 messages |
| 2014-03-29 21:35:37 | zach.ware | create | |