diff --git a/Misc/NEWS b/Misc/NEWS index bd3a125934a..c2814a0e925 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #16241: Document -X faulthandler command line option. + Patch by Marek Ć uppa. + - Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty. Patch by Serhiy Storchaka.