From: Andrew Svetlov Date: Thu, 25 Oct 2012 08:36:51 +0000 (+0300) Subject: Update NEWS for issue #16241 X-Git-Tag: v3.3.1rc1~749 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9819105eed844b2bdf07655fc18a48ffb5812f4b;p=thirdparty%2FPython%2Fcpython.git Update NEWS for issue #16241 --- diff --git a/Misc/NEWS b/Misc/NEWS index d40355dbfedd..07ba29f74970 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,9 @@ What's New in Python 3.3.1? Core and Builtins ----------------- +- Issue #16241: Document -X faulthandler command line option. + Patch by Marek Å uppa. + - Issue #6074: Ensure cached bytecode files can always be updated by the user that created them, even when the source file is read-only.