Using Python 2.6.5 on Win32, TestPwb.test_unicode fails
====================================================================== FAIL: test_unicode (tests.pwb_tests.TestPwb) Test printing unicode in pywikibot. ---------------------------------------------------------------------- Traceback (most recent call last): File "c:\projects\pywikibot-core\tests\pwb_tests.py", line 77, in test_unicode self.assertEqual('Häuser', direct['stderr'].strip()) AssertionError: <unprintable AssertionError object>
Given there are other unicode tests in page_tests that do not fail, this is likely a problem in the text UI interface / unittest runner, rather than a widespread problem.