summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-04-12 16:04:23 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-04-12 16:04:23 (GMT)
commita713079ed82b0bfd841562fd7ac043313feb8ef6 (patch)
treec7f74851f926b28cd435845184aa5628b3ad84d8 /Misc
parent8a9e38e71519066ec256ac685c7bcb33ab429800 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 17ded2d..90c609e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.