diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-10-15 15:11:13 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-10-15 15:11:13 (GMT) |
commit | 77ac429eff2e2398c250b79fb59cd36ffba6916e (patch) | |
tree | 2c3dfbeaf7e08903b344bd7e9f8d8d132fe333e1 /Misc | |
parent | d98d25e22d572ec53fc147f470ac866cc9b5dbd2 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |