Patch #572628: Optional timeouts for put and get.
diff --git a/Misc/NEWS b/Misc/NEWS
index d0d1a46..df8121a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,8 @@
 Library
 -------
 
+- 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.