diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-17 18:57:36 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-17 18:57:36 (GMT) |
commit | 19ec67acf677ed5bc13e29555068568b524d561a (patch) | |
tree | d23445e978e014c994b40eb8d1ae0d3ba2802ecd /Misc | |
parent | 9b86a69fc7ee51deadf59a562cdce41aa698ce9b (diff) | |
download | cpython-19ec67acf677ed5bc13e29555068568b524d561a.zip cpython-19ec67acf677ed5bc13e29555068568b524d561a.tar.gz cpython-19ec67acf677ed5bc13e29555068568b524d561a.tar.bz2 |
Issue #9441: logging: Improved test coverage for rotating file handlers.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ Core and Builtins Library ------- +- Issue #9441: logging has better coverage for rotating file handlers. + - Issue #9865: collections.OrderedDict now has a __sizeof__ method. - Issue #9854: The default read() implementation in io.RawIOBase now |