commit | cdb8388cad74e0f2910d5b43531daf6271467292 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Jan 21 23:35:57 2011 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Jan 21 23:35:57 2011 +0000 |
tree | 25cd5310f7ab05e6a98c3e80cf23312bf4ef2cf0 | |
parent | 8a0eede21de65f2d96c7e533e3c2aeca60a7859a [diff] [blame] |
Issue #10949: Improved robustness of rotating file handlers.
diff --git a/Misc/NEWS b/Misc/NEWS index b9205de..f77b603 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Library ------- +- Issue #10949: Improved robustness of rotating file handlers. + - Issue #10955: Fix a potential crash when trying to mmap() a file past its length. Initial patch by Ross Lagerwall.