Fix for bug #480188: printing unicode objects

This commit is contained in:
Marc-André Lemburg 2001-11-20 15:17:25 +00:00
parent 4586d2c91c
commit 0c4d8d05a8
3 changed files with 39 additions and 3 deletions

View file

@ -6,3 +6,16 @@ Testing builtin unicode()... done.
Testing builtin codecs... done.
Testing standard mapping codecs... 0-127... 128-255... done.
Testing Unicode string concatenation... done.
Testing Unicode printing... abc
abc def
abc def
abc def
abc
abc
abc
def
def
done.