[issue1673] test_pep277 fails

2007-12-20 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- status: pending -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http

[issue1673] test_pep277 fails

2007-12-20 Thread Joseph Armbruster
Joseph Armbruster added the comment: and.. after performing an svn update :-) rt test_pep277 Deleting .pyc/.pyo files ... 36 .pyc deleted, 0 .pyo deleted python -E -tt ../lib/test/regrtest.py test_pep277 test_pep277 1 test OK. About to run again without deleting .pyc/.pyo first: Press any key

[issue1673] test_pep277 fails

2007-12-20 Thread Joseph Armbruster
Joseph Armbruster added the comment: I used str( instead of unicode( python -E -tt ../lib/test/regrtest.py test_pep277 test_pep277 1 test OK. __ Tracker <[EMAIL PROTECTED]> __ __

[issue1673] test_pep277 fails

2007-12-20 Thread Christian Heimes
Christian Heimes added the comment: Fixed in r59580 Please test it, I don't have access to a Windows box right now. -- nosy: +tiran resolution: -> fixed status: open -> pending __ Tracker <[EMAIL PROTECTED]> ___

[issue1673] test_pep277 fails

2007-12-20 Thread Joseph Armbruster
Changes by Joseph Armbruster: -- title: test_pep277 missing unicode import -> test_pep277 fails __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bug