[Python-checkins] CVS: python/dist/src/Misc NEWS,1.184,1.185

Tim Peters tim_one@users.sourceforge.net
Fri, 15 Jun 2001 22:42:59 -0700


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

Modified Files:
	NEWS 
Log Message:
Reformat decl of new _PyString_Join.  Add NEWS blurb about repr() speedup.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.184
retrieving revision 1.185
diff -C2 -r1.184 -r1.185
*** NEWS	2001/06/12 16:48:52	1.184
--- NEWS	2001/06/16 05:42:57	1.185
***************
*** 127,130 ****
--- 127,133 ----
    the nature of an effective cure (last December! better late than never).
  
+ - repr() is much faster for large containers (dict, list, tuple).
+ 
+ 
  Library