]> granicus.if.org Git - python/commit
Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used...
authorGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 3 Mar 2011 18:34:06 +0000 (18:34 +0000)
committerGiampaolo Rodolà <g.rodola@gmail.com>
Thu, 3 Mar 2011 18:34:06 +0000 (18:34 +0000)
commit424298a155b5cc652ce1e539a1fedb658fba9cd1
tree429c5ddf30e4c2cfcc9609fa8e5a2209de686127
parent4db28d3343da7e48946a62036058fc6f0ee7cd71
Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement.
Doc/library/nntplib.rst
Doc/whatsnew/3.3.rst
Lib/nntplib.py
Lib/test/test_nntplib.py