summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-25 08:38:16 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-10-25 08:38:16 (GMT)
commita19f601fdffab73b2e8d64235c5a44432721a9d1 (patch)
tree395d47309b4159df9caf4a41b60abf92570f4fda /Misc
parent93653c48e67aaea86774b3eb0cb527820dae9834 (diff)
parent9819105eed844b2bdf07655fc18a48ffb5812f4b (diff)
downloadcpython-a19f601fdffab73b2e8d64235c5a44432721a9d1.zip
cpython-a19f601fdffab73b2e8d64235c5a44432721a9d1.tar.gz
cpython-a19f601fdffab73b2e8d64235c5a44432721a9d1.tar.bz2
Update NEWS for issue #16241
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 bd3a125..c2814a0 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.