[New-bugs-announce] [issue1664] nntplib is not IPv6-capable

Derek Morr report at bugs.python.org
Wed Dec 19 21:07:10 CET 2007


New submission from Derek Morr:

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.

----------
components: Library (Lib)
files: nntplib_ipv6.patch
messages: 58822
nosy: dmorr
severity: normal
status: open
title: nntplib is not IPv6-capable
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file9001/nntplib_ipv6.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1664>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nntplib_ipv6.patch
Type: application/octet-stream
Size: 540 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071219/c771ccf4/attachment.obj 


More information about the New-bugs-announce mailing list