diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-04-12 16:04:23 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-04-12 16:04:23 (GMT) |
commit | a713079ed82b0bfd841562fd7ac043313feb8ef6 (patch) | |
tree | c7f74851f926b28cd435845184aa5628b3ad84d8 /Misc | |
parent | 8a9e38e71519066ec256ac685c7bcb33ab429800 (diff) | |
download | cpython-a713079ed82b0bfd841562fd7ac043313feb8ef6.zip cpython-a713079ed82b0bfd841562fd7ac043313feb8ef6.tar.gz cpython-a713079ed82b0bfd841562fd7ac043313feb8ef6.tar.bz2 |
Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ Core and Builtins Library ------- +- Issue #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler + to rotate. + - Issue #14971: unittest test discovery no longer gets confused when a function has a different __name__ than its name in the TestCase class dictionary. |