]> granicus.if.org Git - python/commit
Issue #1926: Add support for NNTP over SSL on port 563, as well as
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Nov 2010 18:54:37 +0000 (18:54 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 9 Nov 2010 18:54:37 +0000 (18:54 +0000)
commit1cb121eceae698b1be0b383de5d42dc9b9accd02
tree02ae663dff16df1c5a4777fc09c8341e68e6b02e
parent14fb79977b0b8a4d3def48c7b3a20e5c73901ce0
Issue #1926: Add support for NNTP over SSL on port 563, as well as
STARTTLS.  Patch by Andrew Vant.
Doc/library/nntplib.rst
Lib/nntplib.py
Lib/test/test_nntplib.py
Misc/ACKS
Misc/NEWS