From: Andrew Svetlov Date: Thu, 25 Oct 2012 08:38:16 +0000 (+0300) Subject: Update NEWS for issue #16241 X-Git-Tag: v3.4.0a1~2171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a19f601fdffab73b2e8d64235c5a44432721a9d1;p=python Update NEWS for issue #16241 --- a19f601fdffab73b2e8d64235c5a44432721a9d1 diff --cc Misc/NEWS index bd3a125934,07ba29f749..c2814a0e92 --- a/Misc/NEWS +++ 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.