]> granicus.if.org Git - python/commit
Issue #10161: test_pep277 formats filenames with ascii() on error
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 24 Oct 2010 21:05:03 +0000 (21:05 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 24 Oct 2010 21:05:03 +0000 (21:05 +0000)
commit2ebe6972675d55cdbbbd2c95eeb9c483c4544371
tree6e109ebbc97b7b230149b07e7404a848ba5e1395
parent770a2be364706fdfde6a4d1282e32a4ddea76071
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.
Lib/test/test_pep277.py