[Python-checkins] CVS: python/dist/src/Misc NEWS,1.358,1.359

Martin v. L?wis loewis@users.sourceforge.net
Fri, 01 Mar 2002 02:47:39 -0800


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

Modified Files:
	NEWS 
Log Message:
Patch #523268, #522027: return enhanced tuples.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.358
retrieving revision 1.359
diff -C2 -d -r1.358 -r1.359
*** NEWS	1 Mar 2002 10:27:01 -0000	1.358
--- NEWS	1 Mar 2002 10:47:37 -0000	1.359
***************
*** 18,21 ****
--- 18,23 ----
  Extension modules
  
+ - pwd and grp return enhanced tuples now, with symbolic field names.
+ 
  - array.array is now a type object. A new format character
    'u' indicates Py_UNICODE arrays. For those, .tounicode and