From: Vinay Sajip Date: Tue, 20 May 2008 15:37:22 +0000 (+0000) Subject: Updated with fixes for #2914 and #2929. X-Git-Tag: v2.6b1~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c01288387c47a75cab059a6d0c6dfe4cb9eff2de;p=python Updated with fixes for #2914 and #2929. --- diff --git a/Misc/NEWS b/Misc/NEWS index 850a926f0e..d2becb02d4 100644 --- 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.