summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-01-14 10:26:27 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-01-14 10:26:27 (GMT)
commitbcfe56d77ce7da76b10bbd7f8465ec21ea780612 (patch)
tree302ba6ea7be3a54f7d1245c9aead04fd66cebf14 /Misc
parenta931463feab06b3976396bfc2db18cb6b00ac518 (diff)
downloadcpython-bcfe56d77ce7da76b10bbd7f8465ec21ea780612.zip
cpython-bcfe56d77ce7da76b10bbd7f8465ec21ea780612.tar.gz
cpython-bcfe56d77ce7da76b10bbd7f8465ec21ea780612.tar.bz2
Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test.
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 8e95abb..073417d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -97,6 +97,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.