diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-21 07:40:26 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-21 07:40:26 (GMT) |
commit | 52027c301a0b3675bb5db23d33eede3f6b19395f (patch) | |
tree | 1d43b46d6863740f5b776465f459c493bd0bca52 /Misc | |
parent | 63998a3520ac4c2217946baf99574d9e6a6a959d (diff) | |
download | cpython-52027c301a0b3675bb5db23d33eede3f6b19395f.zip cpython-52027c301a0b3675bb5db23d33eede3f6b19395f.tar.gz cpython-52027c301a0b3675bb5db23d33eede3f6b19395f.tar.bz2 |
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
and socket open until the garbage collector cleans them up. Patch by
Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ Core and Builtins Library ------- +- Issue #22351: The nntplib.NNTP constructor no longer leaves the connection + and socket open until the garbage collector cleans them up. Patch by + Martin Panter. + - Issue #23136: _strptime now uniformly handles all days in week 0, including Dec 30 of previous year. Based on patch by Jim Carroll. |