commit | 675f6b87cdfa0ceb15573c5110a26c09a07c1a2c | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian@python.org> | Fri Nov 11 09:37:25 2011 -0600 |
committer | Brian Curtin <brian@python.org> | Fri Nov 11 09:37:25 2011 -0600 |
tree | bbbd02fde18a1926a7d428b37cb5fd0fc63b6ed1 | |
parent | d3baae73be733287504b800de22db173017c95f7 [diff] [blame] |
Fix #13384. Remove __future__ import in 3.x code.
diff --git a/Misc/NEWS b/Misc/NEWS index 24840b1..b1710d8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -73,6 +73,8 @@ Library ------- +- Issue #13384: Remove unnecessary __future__ import in Lib/random.py + - Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely when called with a timeout. Patch by Arnaud Ysmal.