Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Mar 2015 07:40:26 +0000 (09:40 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Mar 2015 07:40:26 +0000 (09:40 +0200)
commit52027c301a0b3675bb5db23d33eede3f6b19395f
tree1d43b46d6863740f5b776465f459c493bd0bca52
parent63998a3520ac4c2217946baf99574d9e6a6a959d
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.
Lib/nntplib.py
Lib/test/test_nntplib.py
Misc/NEWS