diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-04-17 20:24:58 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-04-17 20:24:58 (GMT) |
commit | 245bbee0d5ba93cb7edecb21173da82afb66ded6 (patch) | |
tree | 54ad95a497b17c67f19976cf97e1ac4351928fbb /Misc | |
parent | b147f60a3840e59ded58a7cb4a9db1305743302a (diff) | |
parent | 0471ac3d80cb9acdfc82b053145477f5f1e7c6f1 (diff) | |
download | cpython-245bbee0d5ba93cb7edecb21173da82afb66ded6.zip cpython-245bbee0d5ba93cb7edecb21173da82afb66ded6.tar.gz cpython-245bbee0d5ba93cb7edecb21173da82afb66ded6.tar.bz2 |
Merge.
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 #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. |