summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-04-17 20:24:58 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-04-17 20:24:58 (GMT)
commit245bbee0d5ba93cb7edecb21173da82afb66ded6 (patch)
tree54ad95a497b17c67f19976cf97e1ac4351928fbb /Misc
parentb147f60a3840e59ded58a7cb4a9db1305743302a (diff)
parent0471ac3d80cb9acdfc82b053145477f5f1e7c6f1 (diff)
downloadcpython-245bbee0d5ba93cb7edecb21173da82afb66ded6.zip
cpython-245bbee0d5ba93cb7edecb21173da82afb66ded6.tar.gz
cpython-245bbee0d5ba93cb7edecb21173da82afb66ded6.tar.bz2
Merge.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fd1018..ddb5955 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.