summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-01-27 00:09:44 (GMT)
committerBrett Cannon <brett@python.org>2012-01-27 00:09:44 (GMT)
commitc9f71481d407d08a3c51888f3bfe8575964be7ab (patch)
tree3889e342a292429b8f7c1b7267f817c80d5170fe /Misc/NEWS
parent51d14f8e565cd82a4efb6c18b7fdf29eddcca878 (diff)
parent53d3645f959b95ee1ef2cd7f999ff0cfbce98197 (diff)
downloadcpython-c9f71481d407d08a3c51888f3bfe8575964be7ab.zip
cpython-c9f71481d407d08a3c51888f3bfe8575964be7ab.tar.gz
cpython-c9f71481d407d08a3c51888f3bfe8575964be7ab.tar.bz2
Merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8285f35..45ded06 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -463,7 +463,8 @@ Library
- Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead
of ValueError on failure. time.ctime() and time.asctime() now raises an
- OSError if localtime() failed.
+ OSError if localtime() failed. time.clock() now raises a RuntimeError if the
+ processor time used is not available or its value cannot be represented
- Issue #13862: Fix spurious failure in test_zlib due to runtime/compile time
minor versions not matching.