diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2013-04-17 20:16:52 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2013-04-17 20:16:52 (GMT) |
commit | 0471ac3d80cb9acdfc82b053145477f5f1e7c6f1 (patch) | |
tree | 13f4d83ad674abf729dc4c01e7183c2b92aac1a2 /Misc | |
parent | 409c31390f839debb2f05cef691e8b59e52bd524 (diff) | |
parent | cf8a1e51ece7cad7096963927993ddfa738627e6 (diff) | |
download | cpython-0471ac3d80cb9acdfc82b053145477f5f1e7c6f1.zip cpython-0471ac3d80cb9acdfc82b053145477f5f1e7c6f1.tar.gz cpython-0471ac3d80cb9acdfc82b053145477f5f1e7c6f1.tar.bz2 |
Merge.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.3.2? Core and Builtins ----------------- +- Issue #17782: Fix undefined behaviour on platforms where + ``struct timespec``'s "tv_nsec" member is not a C long. + - Issue #17715: Fix segmentation fault from raising an exception in a __trunc__ method. |