Commit b7edfc4e authored by Vinay Sajip's avatar Vinay Sajip

Added updates with respect to recent changes to TimedRotatingFileHandler.

parent e5aefa0b
...@@ -88,6 +88,15 @@ Extensions Modules ...@@ -88,6 +88,15 @@ Extensions Modules
Library Library
------- -------
- Issue #2315: logging.handlers: TimedRotatingFileHandler now accounts for
daylight savings time in calculating the next rollover.
- Issue #2316: logging.handlers: TimedRotatingFileHandler now calculates
rollovers correctly even when nothing is logged for a while.
- Issue #2317: logging.handlers: TimedRotatingFileHandler now uses improved
logic for removing old files.
- Issue #2495: tokenize.untokenize now inserts a space between two consecutive - Issue #2495: tokenize.untokenize now inserts a space between two consecutive
string literals; previously, ["" ""] was rendered as [""""], which is string literals; previously, ["" ""] was rendered as [""""], which is
incorrect python code. incorrect python code.
......
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