[issue24182] test_tcl assertion failure, 2.7, Win 7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is EOL and 3.x use Tcl/Tk 8.6.x, I'm closing this issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue24182] test_tcl assertion failure, 2.7, Win 7

2015-05-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: The one bundled with 2.7, which now is 8.5.15.0. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24182 ___ ___

[issue24182] test_tcl assertion failure, 2.7, Win 7

2015-05-13 Thread Terry J. Reedy
New submission from Terry J. Reedy: Win 7, fresh build, only on 2.7 File F:\Python\dev\27\lib\test\test_tcl.py, line 225, in test_evalfile_null_in_result self.assertEqual(tcl.eval('set a'), 'a\xc0\x80b') Fails -- messages: 243125 nosy: serhiy.storchaka, terry.reedy priority:

[issue24182] test_tcl assertion failure, 2.7, Win 7

2015-05-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What is error message? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24182 ___ ___ Python-bugs-list mailing

[issue24182] test_tcl assertion failure, 2.7, Win 7

2015-05-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What is Tcl version? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24182 ___ ___ Python-bugs-list mailing

[issue24182] test_tcl assertion failure, 2.7, Win 7

2015-05-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: Reran, same result: 'a' != 'a\xc0\x80b' in class TclTest. Ran 39 tests, skipped 4 (bigmem) tests. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24182

[issue24182] test_tcl assertion failure, 2.7, Win 7

2015-05-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: All 39 pass. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24182 ___ ___ Python-bugs-list mailing list

[issue24182] test_tcl assertion failure, 2.7, Win 7

2015-05-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What if comment out this line? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24182 ___ ___ Python-bugs-list