[Python-checkins] python/dist/src/Misc NEWS,1.961,1.962

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Thu Mar 25 11:55:20 EST 2004


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

Modified Files:
	NEWS 
Log Message:
Fixed a caching bug in platform.platform() where the argument of 'terse' was
not taken into consideration when caching value.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.961
retrieving revision 1.962
diff -C2 -d -r1.961 -r1.962
*** NEWS	24 Mar 2004 21:57:09 -0000	1.961
--- NEWS	25 Mar 2004 16:55:12 -0000	1.962
***************
*** 284,288 ****
    It offers some of functionality of SQL's groupby keyword and of
    the Unix uniq filter.
!                                                                   
  - itertools now has a new function, tee() which produces two independent
    iterators from a single iterable.
--- 284,288 ----
    It offers some of functionality of SQL's groupby keyword and of
    the Unix uniq filter.
! 
  - itertools now has a new function, tee() which produces two independent
    iterators from a single iterable.
***************
*** 297,300 ****
--- 297,303 ----
  -------
  
+ - Fixed a caching bug in platform.platform() where the argument of 'terse' was
+   not taken into consideration when caching value.
+ 
  - Added two new command-line arguments for profile (output file and
    default sort).




More information about the Python-checkins mailing list