]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_exceptions.py: There were still str8 objects
authorWalter Dörwald <walter@livinglogic.de>
Thu, 24 May 2007 17:49:56 +0000 (17:49 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 24 May 2007 17:49:56 +0000 (17:49 +0000)
commiteceb0fbb0a9d6645316b9f52206f204ceef82685
tree93f4ee4ffd0b33c6f2833f432174b52b6ee8f528
parent78c1c4d49f47e248c9ea6f326612b2378e352c61
Fix test_exceptions.py: There were still str8 objects
in the UnicodeError constructor tests, but the
constructors take str arguments now.
Lib/test/test_exceptions.py