[Python-checkins] python/dist/src/Misc NEWS,1.985,1.986

loewis at users.sourceforge.net loewis at users.sourceforge.net
Thu Jun 3 05:18:39 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
Patch #957240: Add count parameter to asyncore.loop.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.985
retrieving revision 1.986
diff -C2 -d -r1.985 -r1.986
*** NEWS	3 Jun 2004 04:03:30 -0000	1.985
--- NEWS	3 Jun 2004 09:18:35 -0000	1.986
***************
*** 320,323 ****
--- 320,325 ----
  -------
  
+ - asyncore.loop now has repeat count parameter that defaults to infinity.
+ 
  - The distutils sdist command now ignores all .svn directories, in
    addition to CVS and RCS directories.  .svn directories hold




More information about the Python-checkins mailing list