summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-01-03 00:07:01 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-01-03 00:07:01 (GMT)
commit9f6d48ba4e43b9cadd0b842e6ed1abbfebf759ed (patch)
tree51276793e8a55e3b9a4ebbbee8de929e3f3e78c0 /Misc
parente10608cf5de214985308a8d9eb6ace07bc9c590e (diff)
downloadcpython-9f6d48ba4e43b9cadd0b842e6ed1abbfebf759ed.zip
cpython-9f6d48ba4e43b9cadd0b842e6ed1abbfebf759ed.tar.gz
cpython-9f6d48ba4e43b9cadd0b842e6ed1abbfebf759ed.tar.bz2
Issue #10798: Reject supporting concurrent.futures if the system has
too few POSIX semaphores.
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 2029f1b..75083cf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Core and Builtins
Library
-------
+- Issue #10798: Reject supporting concurrent.futures if the system has too
+ few POSIX semaphores.
+
- Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from
the codec aliases. They are still accessible via codecs.lookup().