commit | 9098ee43607340769d1dddf88522cc1bf9b1788f | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Mar 12 06:01:21 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Mar 12 06:01:21 2010 +0000 |
tree | cffc00dfedafbbb92e0be2e68deed9c2d79ce56a | |
parent | 654ea3713e12a061f39db5b0e45e15d37a140c10 [diff] [blame] |
Issue #8117: logging: Improved algorithm for computing initial rollover time.
diff --git a/Misc/NEWS b/Misc/NEWS index 59a7bc3..c74eff1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Library ------- +- Issue #8117: logging: Improved algorithm for computing initial rollover time. + - Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too.