commit | f3923e9dd7a49bc2bc8600b3e0bb147b70e2de28 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Jul 24 21:23:53 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Jul 24 21:23:53 2012 +0200 |
tree | c1169f33e644b6d8925c13a9292c513ecdb8b995 | |
parent | 4c668965539d21d62688d6e40fa785341e956e1d [diff] [blame] |
Issue #15413: os.times() had disappeared under Windows.
diff --git a/Misc/NEWS b/Misc/NEWS index 7bf89f8..e9f04de 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -52,6 +52,8 @@ Library ------- +- Issue #15413: os.times() had disappeared under Windows. + - Issue #15402: An issue in the struct module that caused sys.getsizeof to return incorrect results for struct.Struct instances has been fixed. Initial patch by Serhiy Storchaka.