summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-01-14 10:39:06 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-01-14 10:39:06 (GMT)
commit0e0772d859de7b7424cf4df7a502700e00561f3b (patch)
treea7d859755f116ad8169f36a710cee9d22eac8b2d /Misc
parent138f4656e38f656afa7436c306aa74f1d4941216 (diff)
parentbcfe56d77ce7da76b10bbd7f8465ec21ea780612 (diff)
downloadcpython-0e0772d859de7b7424cf4df7a502700e00561f3b.zip
cpython-0e0772d859de7b7424cf4df7a502700e00561f3b.tar.gz
cpython-0e0772d859de7b7424cf4df7a502700e00561f3b.tar.bz2
merge from 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6531ddd..c5ced44 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -442,6 +442,9 @@ Core and Builtins
Library
-------
+- Issue #13726: Fix the ambiguous -S flag in regrtest. It is -o/--slow for slow
+ tests.
+
- Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
The hang would occur when retrieving the result of a scheduled future after
the executor had been shut down.