summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-01-21 23:35:57 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-01-21 23:35:57 (GMT)
commit01241d6c358ba55332c1ba91c65157548349bdc8 (patch)
tree58f23ab61e2426841282f39b9aa58243918f06a9 /Misc
parent00d650baaa72477d6904cce9667ca18e916405e6 (diff)
downloadcpython-01241d6c358ba55332c1ba91c65157548349bdc8.zip
cpython-01241d6c358ba55332c1ba91c65157548349bdc8.tar.gz
cpython-01241d6c358ba55332c1ba91c65157548349bdc8.tar.bz2
Issue #10949: Improved robustness of rotating file handlers.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 44d39cf..0ae7d7d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
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.