summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-15 15:11:13 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-15 15:11:13 (GMT)
commit77ac429eff2e2398c250b79fb59cd36ffba6916e (patch)
tree2c3dfbeaf7e08903b344bd7e9f8d8d132fe333e1 /Misc
parentd98d25e22d572ec53fc147f470ac866cc9b5dbd2 (diff)
downloadcpython-77ac429eff2e2398c250b79fb59cd36ffba6916e.zip
cpython-77ac429eff2e2398c250b79fb59cd36ffba6916e.tar.gz
cpython-77ac429eff2e2398c250b79fb59cd36ffba6916e.tar.bz2
Patch #572628: Optional timeouts for put and get.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d0d1a46..df8121a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,8 @@ Extension modules
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.