[Python-checkins] CVS: python/dist/src/Misc NEWS,1.290,1.291

M.-A. Lemburg lemburg@users.sourceforge.net
Fri, 19 Oct 2001 05:02:31 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv29027/Misc

Modified Files:
	NEWS 
Log Message:
Additional test and documentation for the unicode() changes.

This patch should also be applied to the 2.2b1 trunk.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.290
retrieving revision 1.291
diff -C2 -d -r1.290 -r1.291
*** NEWS	2001/10/19 05:35:40	1.290
--- NEWS	2001/10/19 12:02:28	1.291
***************
*** 45,49 ****
    objects, and calling a __unicode__ method if it exists.
    unicode(obj, encoding) and unicode(obj, encoding, errors) still
!   require an 8-bit string argument.
  
  - isinstance() now allows any object as the first argument and a
--- 45,49 ----
    objects, and calling a __unicode__ method if it exists.
    unicode(obj, encoding) and unicode(obj, encoding, errors) still
!   require an 8-bit string or character buffer argument.
  
  - isinstance() now allows any object as the first argument and a