[Python-checkins] CVS: python/dist/src/Lib/test/output test_unicode,1.13,1.14

M.-A. Lemburg lemburg@users.sourceforge.net
2001年11月20日 07:17:27 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv15987/Lib/test/output
Modified Files:
	test_unicode 
Log Message:
Fix for bug #480188: printing unicode objects
Index: test_unicode
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_unicode,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** test_unicode	2001年10月19日 12:02:28	1.13
--- test_unicode	2001年11月20日 15:17:25	1.14
***************
*** 7,8 ****
--- 7,21 ----
 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.

AltStyle によって変換されたページ (->オリジナル) /