diff options
author | Brett Cannon <brett@python.org> | 2012-01-27 00:09:44 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-01-27 00:09:44 (GMT) |
commit | c9f71481d407d08a3c51888f3bfe8575964be7ab (patch) | |
tree | 3889e342a292429b8f7c1b7267f817c80d5170fe /Misc/NEWS | |
parent | 51d14f8e565cd82a4efb6c18b7fdf29eddcca878 (diff) | |
parent | 53d3645f959b95ee1ef2cd7f999ff0cfbce98197 (diff) | |
download | cpython-c9f71481d407d08a3c51888f3bfe8575964be7ab.zip cpython-c9f71481d407d08a3c51888f3bfe8575964be7ab.tar.gz cpython-c9f71481d407d08a3c51888f3bfe8575964be7ab.tar.bz2 |
Merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |