]> granicus.if.org Git - python/commitdiff
Update NEWS for issue #16241
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 25 Oct 2012 08:38:16 +0000 (11:38 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 25 Oct 2012 08:38:16 +0000 (11:38 +0300)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index bd3a125934a100838cd313f8d4fe2c381467d3f4,07ba29f74970868c7fc97b25a2140a96fca2b930..c2814a0e925095b2273db0c1d532de418d949626
+++ b/Misc/NEWS
@@@ -10,9 -12,9 +10,12 @@@ 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.
 +
  - Issue #6074: Ensure cached bytecode files can always be updated by the
    user that created them, even when the source file is read-only.