| commit | 47fe4684ff61a8ea5cc77147fe9409a8d612bfb6 | [log] [tgz] |
|---|---|---|
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Nov 15 20:39:33 2013 +0000 |
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Nov 15 20:39:33 2013 +0000 |
| tree | 7b8b4673e1de92b4131861fc256dfda74c45d2e2 | |
| parent | 0a89b159194f89295c9e953549ca4d76d99b4e71 [diff] |
Issue #19523: Closed FileHandler leak which occurred when delay was set.
diff --git a/Misc/NEWS b/Misc/NEWS index f60af40..2638fc7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Library ------- +- Issue #19523: Closed FileHandler leak which occurred when delay was set. + - Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms. - Issue #19480: HTMLParser now accepts all valid start-tag names as defined