[issue27365] Allow non-ascii chars in IDLE NEWS.txt (for contributor names)

Terry J. Reedy report at bugs.python.org
Wed Jun 22 05:04:55 EDT 2016


Terry J. Reedy added the comment:

Because of the case conflict I did not notice soon enough, the rest of the patch and merge did not go well and I got this

test test_idle crashed -- Traceback (most recent call last):
  File "F:\Python\dev\36\lib\test\libregrtest\runtest.py", line 180, in runtest_inner
    test_runner()
  File "F:\Python\dev\36\lib\test\libregrtest\runtest.py", line 178, in test_runner
    raise Exception("errors while loading tests")
Exception: errors while loading tests

I suspect it is a problem with textView/textview, so I will temporarily disable test files to find the culprit.

----------

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


More information about the Python-bugs-list mailing list