[Python-checkins] python/dist/src/Misc NEWS,1.500,1.501

loewis@users.sourceforge.net loewis@users.sourceforge.net
Tue, 15 Oct 2002 08:11:16 -0700


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

Modified Files:
	NEWS 
Log Message:
Patch #572628: Optional timeouts for put and get.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.500
retrieving revision 1.501
diff -C2 -d -r1.500 -r1.501
*** NEWS	13 Oct 2002 10:28:04 -0000	1.500
--- NEWS	15 Oct 2002 15:11:13 -0000	1.501
***************
*** 349,352 ****
--- 349,354 ----
  -------
  
+ - Queue.Queue.{put,get} now support an optional timeout argument.
+ 
  - Various features of Tk 8.4 are exposed in Tkinter.py. The multiple
    option of tkFileDialog is exposed as function askopenfile{,name}s.