Tres Seaver schreef op 06-04-14 02:33:
"c:\eggs\zope.testrunner-4.4.3-py2.6.egg\zope\testrunner\formatter.py", line 355, in print_traceback print(self.format_traceback(exc_info)) UnicodeEncodeError: 'ascii' codec can't encode character u'\u2192' in position 863: ordinal not in range(128)
This seems due to '→' getting changed to unicode u'\u2192' (→). I guess this only goes wrong when a doctest fails.
On my machine (UTF8), I get super-noisy doctest failures (which I'm not set up to diagnse). One, at least, is probably related to:
https://github.com/zopefoundation/z3c.form/commit/c0cbac6f44f88c1434d0f72b95...
Sorry, my bad. I was in a hurry and forgot to run the tests. I am fixing it now. -- Maurits van Rees: http://maurits.vanrees.org/ Zest Software: http://zestsoftware.nl