diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-25 08:38:16 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-25 08:38:16 (GMT) |
commit | a19f601fdffab73b2e8d64235c5a44432721a9d1 (patch) | |
tree | 395d47309b4159df9caf4a41b60abf92570f4fda /Misc | |
parent | 93653c48e67aaea86774b3eb0cb527820dae9834 (diff) | |
parent | 9819105eed844b2bdf07655fc18a48ffb5812f4b (diff) | |
download | cpython-a19f601fdffab73b2e8d64235c5a44432721a9d1.zip cpython-a19f601fdffab73b2e8d64235c5a44432721a9d1.tar.gz cpython-a19f601fdffab73b2e8d64235c5a44432721a9d1.tar.bz2 |
Update NEWS for issue #16241
Diffstat (limited to 'Misc')
-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. |