From: Richard Oudkerk Date: Wed, 17 Apr 2013 20:24:58 +0000 (+0100) Subject: Merge. X-Git-Tag: v3.4.0a1~897 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=245bbee0d5ba93cb7edecb21173da82afb66ded6;p=python Merge. --- 245bbee0d5ba93cb7edecb21173da82afb66ded6 diff --cc Misc/NEWS index 5fd1018017,de1bd8865c..ddb5955fcc --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,10 -12,9 +10,13 @@@ What's New in Python 3.4.0 Alpha 1 Core and Builtins ----------------- + - Issue #17782: Fix undefined behaviour on platforms where + ``struct timespec``'s "tv_nsec" member is not a C long. + +- Issue #17722: When looking up __round__, resolve descriptors. + +- Issue #16061: Speed up str.replace() for replacing 1-character strings. + - Issue #17715: Fix segmentation fault from raising an exception in a __trunc__ method.