diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-25 11:38:16 +0300 |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-25 11:38:16 +0300 |
commit | a19f601fdffab73b2e8d64235c5a44432721a9d1 (patch) | |
tree | 395d47309b4159df9caf4a41b60abf92570f4fda | |
parent | 93653c48e67aaea86774b3eb0cb527820dae9834 (diff) | |
parent | 9819105eed844b2bdf07655fc18a48ffb5812f4b (diff) | |
download | cpython-git-a19f601fdffab73b2e8d64235c5a44432721a9d1.tar.gz |
Update NEWS for issue #16241
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ 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. |