Commit c0128838 authored by Vinay Sajip's avatar Vinay Sajip

Updated with fixes for #2914 and #2929.

parent a12da73c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment