summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-05-09 09:30:06 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-05-09 09:30:06 (GMT)
commit7000e9e01bb784dfc23a70a9d736613ae83c8dad (patch)
tree993dfea355ae52e05bf1d81ad01dd16790869f3b /Misc
parent860852fdf434cb566ace9879ba2a6be0e2569765 (diff)
downloadcpython-7000e9e01bb784dfc23a70a9d736613ae83c8dad.zip
cpython-7000e9e01bb784dfc23a70a9d736613ae83c8dad.tar.gz
cpython-7000e9e01bb784dfc23a70a9d736613ae83c8dad.tar.bz2
Issue #8644: Improve accuracy of timedelta.total_seconds method.
(Backport of r80979 to py3k.) Thanks Alexander Belopolsky.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ac28fad..6536dcc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,6 +200,8 @@ Library
Extension Modules
-----------------
+- Issue #8644: Improved accuracy of timedelta.total_seconds().
+
- Use Clang 2.7's static analyzer to find places to clean up some code.
- Build the ossaudio extension on GNU/kFreeBSD.