]> granicus.if.org Git - python/commit
test_zipimport_support: use ascii() on bytes output to avoid BytesWarning
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 20 Oct 2010 21:48:35 +0000 (21:48 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 20 Oct 2010 21:48:35 +0000 (21:48 +0000)
commit6722b5f7f1f3774258edacf128a7c3e3163ceee9
tree367f497554bbd1793161e1ef9185260027bfdee1
parentb8ffb60ec68f1ddbbfc8efe0617038537347f46d
test_zipimport_support: use ascii() on bytes output to avoid BytesWarning

The test failed with python -bb.
Lib/test/test_zipimport_support.py