diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2008-05-20 15:37:22 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2008-05-20 15:37:22 (GMT) |
commit | c01288387c47a75cab059a6d0c6dfe4cb9eff2de (patch) | |
tree | d3412b750ab7d145a8eb29da997649f0fd88989e /Misc | |
parent | a12da73c468ca08a15671dc9a69bee3bb745cb4f (diff) | |
download | cpython-c01288387c47a75cab059a6d0c6dfe4cb9eff2de.zip cpython-c01288387c47a75cab059a6d0c6dfe4cb9eff2de.tar.gz cpython-c01288387c47a75cab059a6d0c6dfe4cb9eff2de.tar.bz2 |
Updated with fixes for #2914 and #2929.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |