diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:40:27 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-11-15 20:40:27 (GMT) |
commit | a76157dca6ba0d063a88cf4c0b6ac132881001b1 (patch) | |
tree | 4fab6563416f842e4aa57b168828d4b0b2c894e5 /Misc | |
parent | b11d6cb711cb9b14d3580581d61bec224042feb5 (diff) | |
download | cpython-a76157dca6ba0d063a88cf4c0b6ac132881001b1.zip cpython-a76157dca6ba0d063a88cf4c0b6ac132881001b1.tar.gz cpython-a76157dca6ba0d063a88cf4c0b6ac132881001b1.tar.bz2 |
Issue #19523: Closed FileHandler leak which occurred when delay was set.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #19523: Closed FileHandler leak which occurred when delay was set. + - Issue #13674: Prevented time.strftime from crashing on Windows when given a year before 1900 and a format of %y. |