[issue8430] test_site failure with non-ASCII directory

2010-04-18 Thread STINNER Victor
STINNER Victor added the comment: > Fixed by r80161 (py3k). It works, the buildbot is now green. http://www.python.org/dev/buildbot/all/builders/AMD64 Ubuntu wide 3.x -- ___ Python tracker ___

[issue8430] test_site failure with non-ASCII directory

2010-04-18 Thread STINNER Victor
STINNER Victor added the comment: Fixed by r80161 (py3k). -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ P

[issue8430] test_site failure with non-ASCII directory

2010-04-17 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> barry nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8430] test_site failure with non-ASCII directory

2010-04-17 Thread STINNER Victor
New submission from STINNER Victor : r80137 (PEP 3147) introduced a test in test_site. The test fails on non-ASCII directory because stdout uses ASCII whereas the directories contains non-ASCII characters. http://www.python.org/dev/buildbot/builders/AMD64 Ubuntu wide 3.x/builds/848 Attached p