[Python-checkins] python/dist/src/Misc NEWS,1.947,1.948

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Mar 18 04:48:15 EST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16975/Misc

Modified Files:
	NEWS 
Log Message:
Add news entries for the dictionary optimizations.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.947
retrieving revision 1.948
diff -C2 -d -r1.947 -r1.948
*** NEWS	14 Mar 2004 05:43:58 -0000	1.947
--- NEWS	18 Mar 2004 09:48:12 -0000	1.948
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - Optimized dict iterators, creating separate types for each
+   and having them reveal their length.  Also optimized the
+   methods:  keys(), values(), and items().
+ 
  - Implemented a newcode opcode, LIST_APPEND, that simplifies
    the generated bytecode for list comprehensions and further




More information about the Python-checkins mailing list