[Python-checkins] cpython (merge 3.3 -> default): Update NEWS for issue #16241

andrew.svetlov python-checkins at python.org
Thu Oct 25 10:38:47 CEST 2012


http://hg.python.org/cpython/rev/af93948ca33d
changeset:   79932:af93948ca33d
parent:      79929:fd69a6d1b0f0
parent:      79931:e816851fb30d
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Thu Oct 25 11:38:16 2012 +0300
summary:
  Update NEWS for issue #16241

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list