]> granicus.if.org Git - python/commit
Temporary fix: Module names are still 8bit strings. This
authorWalter Dörwald <walter@livinglogic.de>
Thu, 3 May 2007 21:11:35 +0000 (21:11 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 3 May 2007 21:11:35 +0000 (21:11 +0000)
commitbae5cedb8d41edc20bea54b8bff0c7f835de8043
tree33711ed789de57f5443a157c7c30045bd3c59284
parentaa97f0496412ed834aada921e29588ed16d68e40
Temporary fix: Module names are still 8bit strings. This
change allows test_support.run_unittest(__name__) to work
again. However the proper fix would be module names that
are real unicode strings.
Lib/test/test_support.py