[Python-checkins] CVS: python/dist/src/Misc NEWS,1.85,1.86

A.M. Kuchling python-dev@python.org
Thu, 14 Dec 2000 17:16:47 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3041

Modified Files:
	NEWS 
Log Message:
Fix typo


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -r1.85 -r1.86
*** NEWS	2000/12/12 22:10:31	1.85
--- NEWS	2000/12/15 01:16:43	1.86
***************
*** 475,479 ****
    it works when argv[0] is a relative path.
  
! - Added a true tnicode_internal_encode() function and fixed the
    unicode_internal_decode function() to support Unicode objects directly
    rather than by generating a copy of the object.
--- 475,479 ----
    it works when argv[0] is a relative path.
  
! - Added a true unicode_internal_encode() function and fixed the
    unicode_internal_decode function() to support Unicode objects directly
    rather than by generating a copy of the object.