-
Committer:
Alexander Belchenko
-
Date:
2006-12-22 08:58:30 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2215.
-
Revision ID:
bialix@ukr.net-20061222085830-k57n03cw3613dlhq
Command 'selftest' use 'replace' encoding_type to prevent sudden traceback
if some test try to print unicode characters.
Actually tests never should try to print unicode, even formatting
unicode strings with '%s'. But if this happens selftest should not
blow-up with UnicodeEncodeError traceback.