summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-25 11:38:16 +0300
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-25 11:38:16 +0300
commita19f601fdffab73b2e8d64235c5a44432721a9d1 (patch)
tree395d47309b4159df9caf4a41b60abf92570f4fda
parent93653c48e67aaea86774b3eb0cb527820dae9834 (diff)
parent9819105eed844b2bdf07655fc18a48ffb5812f4b (diff)
downloadcpython-git-a19f601fdffab73b2e8d64235c5a44432721a9d1.tar.gz
Update NEWS for issue #16241
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd3a125934..c2814a0e92 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.