]> granicus.if.org Git - python/commit
Issue #22351: The nntplib.NNTP constructor no longer leaves the connection
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Mar 2015 07:41:19 +0000 (09:41 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Mar 2015 07:41:19 +0000 (09:41 +0200)
commit0a9e2721fa8605e7e8957bf658718a63c286c8b1
tree7f30f8a9ecdd6eb992a2a73f9c2ff1e4e949ffa0
parentf402775e5d886e76613101c5ec75616e7628293c
parent52027c301a0b3675bb5db23d33eede3f6b19395f
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.
Misc/NEWS