Update NEWS for issue #16241

This commit is contained in:
Andrew Svetlov 2012-10-25 11:36:51 +03:00
parent e6c0f0d94a
commit 9819105eed

View file

@ -12,6 +12,9 @@ What's New in Python 3.3.1?
Core and Builtins 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 - Issue #6074: Ensure cached bytecode files can always be updated by the
user that created them, even when the source file is read-only. user that created them, even when the source file is read-only.