[Python-checkins] python/dist/src/Misc NEWS,1.597,1.598

loewis@users.sourceforge.net loewis@users.sourceforge.net
Fri, 03 Jan 2003 11:16:17 -0800


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

Modified Files:
	NEWS 
Log Message:
Allow PyFile_GetLine() to return Unicode objects. Fixes #660165.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.597
retrieving revision 1.598
diff -C2 -d -r1.597 -r1.598
*** NEWS	3 Jan 2003 18:12:28 -0000	1.597
--- NEWS	3 Jan 2003 19:16:12 -0000	1.598
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - raw_input can now return Unicode objects.
+ 
  - List objects' sort() method now accepts None as the comparison function.
    Passing None is semantically identical to calling sort() with no