commit | 2ebe6972675d55cdbbbd2c95eeb9c483c4544371 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Oct 24 21:05:03 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Oct 24 21:05:03 2010 +0000 |
tree | 6e109ebbc97b7b230149b07e7404a848ba5e1395 | |
parent | 770a2be364706fdfde6a4d1282e32a4ddea76071 [diff] |
Issue #10161: test_pep277 formats filenames with ascii() on error As suggested by Antoine, it's better to patch only test_pep277 than the unittest module.