mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix for bug #480188: printing unicode objects
This commit is contained in:
parent
4586d2c91c
commit
0c4d8d05a8
3 changed files with 39 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue