[Python-checkins] python/dist/src/Misc NEWS,1.1051,1.1052

lemburg at users.sourceforge.net lemburg at users.sourceforge.net
Fri Jul 23 18:15:01 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5405/Misc
Modified Files:
	NEWS 
Log Message:
Add news item for u'%s' change.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1051
retrieving revision 1.1052
diff -C2 -d -r1.1051 -r1.1052
*** NEWS	22 Jul 2004 18:44:00 -0000	1.1051
--- NEWS	23 Jul 2004 16:14:57 -0000	1.1052
***************
*** 13,16 ****
--- 13,19 ----
 -----------------
 
+ - u'%s' % obj will now try obj.__unicode__() first and fallback to
+ obj.__str__() if no __unicode__ method can be found.
+ 
 - Patch #550732: Add PyArg_VaParseTupleAndKeywords(). Analogous to
 PyArg_VaParse(). Both are now documented. Thanks Greg Chapman.


More information about the Python-checkins mailing list

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