This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmorr
Recipients dmorr
Date 2007-12-19.20:07:10
SpamBayes Score 0.346831
Marked as misclassified No
Message-id <1198094830.43.0.175472713308.issue1664@psf.upfronthosting.co.za>
In-reply-to
Content
nntplib hardcodes AF_INET for the socket address family. This prevents
it from using IPv6. Attached is a patch that converts NNTP.__init__() to
use socket.create_connection(), which is IPv6-capable.
Files
File name Uploaded
nntplib_ipv6.patch dmorr, 2007-12-19.20:07:10
History
Date User Action Args
2007-12-19 20:07:10dmorrsetspambayes_score: 0.346831 -> 0.346831
recipients: + dmorr
2007-12-19 20:07:10dmorrsetspambayes_score: 0.346831 -> 0.346831
messageid: <1198094830.43.0.175472713308.issue1664@psf.upfronthosting.co.za>
2007-12-19 20:07:10dmorrlinkissue1664 messages
2007-12-19 20:07:10dmorrcreate