[issue7667] test_doctest fails with non-ascii path

2010-03-22 Thread Florent Xicluna
Changes by Florent Xicluna : -- resolution: accepted -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue7667] test_doctest fails with non-ascii path

2010-03-22 Thread Florent Xicluna
Florent Xicluna added the comment: Really fixed with r79307. -- superseder: test_doctest fails when run in verbose mode -> ___ Python tracker ___ ___

[issue7667] test_doctest fails with non-ascii path

2010-01-20 Thread STINNER Victor
STINNER Victor added the comment: There are 2 different issues: * doctest.DocTestRunner.report_failure() raise an unicode error if the source line type is unicode: _failure_header() should convert the line to bytes using ASCII with backslashreplace error handler (as sys.stderr) * traceback.p

[issue7667] test_doctest fails with non-ascii path

2010-01-15 Thread Florent Xicluna
Changes by Florent Xicluna : -- keywords: +buildbot priority: -> normal stage: -> test needed ___ Python tracker ___ ___ Python-bugs-

[issue7667] test_doctest fails with non-ascii path

2010-01-10 Thread Florent Xicluna
New submission from Florent Xicluna : /tmp/py2u…→unicode $ ./python Lib/test/regrtest.py test_doctest test_doctest ** File "/tmp/py2u…→unicode/Lib/test/test_doctest.py", line 2052, in test.test_doctest.test_DocFileSuite Failed e