]> granicus.if.org Git - python/commitdiff
Updated with fixes for #2914 and #2929.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 20 May 2008 15:37:22 +0000 (15:37 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 20 May 2008 15:37:22 +0000 (15:37 +0000)
Misc/NEWS

index 850a926f0ef49a9ef636b4a6e6b24e7bf5ac2015..d2becb02d41edc82720f2c1f320e870d390610a5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,12 @@ Extension Modules
 Library
 -------
 
+- Issue #2914: TimedRotatingFileHandler now takes an optional keyword
+  argument "utc" to use UTC time rather than local time.
+
+- Issue #2929: TimedRotatingFileHandler was using the wrong path when
+  deleting old log files (filename only instead of full path).
+
 - Issue #1775025: You can now specify zipfile members to open(),
   read() or extract() via a ZipInfo instance.  This allows handling
   duplicate filenames in zipfiles.