[Python-checkins] python/dist/src/Misc NEWS,1.903,1.904

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Dec 1 08:18:41 EST 2003


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

Modified Files:
	NEWS 
Log Message:
As discussed on python-dev, added two extractor functions to the
operator module.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.903
retrieving revision 1.904
diff -C2 -d -r1.903 -r1.904
*** NEWS	30 Nov 2003 22:10:15 -0000	1.903
--- NEWS	1 Dec 2003 13:18:38 -0000	1.904
***************
*** 105,108 ****
--- 105,113 ----
  -----------------
  
+ - The operator module has two new functions, attrgetter() and
+   itemgetter() which are useful for creating fast data extractor
+   functions for map(), list.sort(), itertools.groupby(), and
+   other functions that expect a function argument.
+ 
  - socket.SHUT_{RD,WR,RDWR} was added.
  





More information about the Python-checkins mailing list