summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-10 15:22:40 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-01-10 15:22:40 (GMT)
commit463753831c1c50a079d04db210bf120dc0a5411c (patch)
tree9e61d3fbe377d669e696146ca8ea1f6deae4825d /Misc/NEWS
parentcce440fab84dc4a3beec755894ac2daa57e173ec (diff)
downloadcpython-463753831c1c50a079d04db210bf120dc0a5411c.zip
cpython-463753831c1c50a079d04db210bf120dc0a5411c.tar.gz
cpython-463753831c1c50a079d04db210bf120dc0a5411c.tar.bz2
fix build when SCHED_SPORADIC is defined (closes #20217)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 88f718e..f703991 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,8 @@ Core and Builtins
Library
-------
+- Issue #20217: Fix build in SCHED_SPORADIC is defined.
+
- Issue #13107: argparse and optparse no longer raises an exception when output
a help on environment with too small COLUMNS. Based on patch by
Elazar Gershuni.