summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-03-12 09:16:10 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-03-12 09:16:10 (GMT)
commitecfa08fdf8de5fc72d9dd891b9a6c443bdee897d (patch)
tree11e6418fa17af59ae43e9c3b54795d4e919dbcdf /Misc/NEWS
parent9098ee43607340769d1dddf88522cc1bf9b1788f (diff)
downloadcpython-ecfa08fdf8de5fc72d9dd891b9a6c443bdee897d.zip
cpython-ecfa08fdf8de5fc72d9dd891b9a6c443bdee897d.tar.gz
cpython-ecfa08fdf8de5fc72d9dd891b9a6c443bdee897d.tar.bz2
Issue #8117: Updated NEWS entry and added to logging documentation.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c74eff1..0cbcf2d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,7 +24,10 @@ Core and Builtins
Library
-------
-- Issue #8117: logging: Improved algorithm for computing initial rollover time.
+- Issue #8117: logging: Improved algorithm for computing initial rollover time
+ for TimedRotatingFileHandler by using the modification time of an existing
+ log file to compute the next rollover time. If the log file does not exist,
+ the current time is used as the basis for the computation.
- Issue #6472: The xml.etree package is updated to ElementTree 1.3. The
cElementTree module is updated too.