summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a7e377..34f1c15 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1100,6 +1100,10 @@ Documentation
Build
-----
+- bpo-29941: Add ``--with-assertions`` configure flag to explicitly enable
+ C ``assert()`` checks. Defaults to off. ``--with-pydebug`` implies
+ ``--with-assertions``.
+
- bpo-28787: Fix out-of-tree builds of Python when configured with
``--with--dtrace``.