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 martin.panter
Recipients jleedev, loewis, martin.panter, ndim
Date 2016-05-14.10:53:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463223237.78.0.669193852773.issue3213@psf.upfronthosting.co.za>
In-reply-to
Content
Currently pydoc only binds to IPv4 localhost, not the “any-address” 0.0.0.0. See Issue 22421 and Issue 672656.

Apart from satisfying Hans’s expectation, what is the benefit of running pydoc on IPv6? I guess it would be possible to bind two sockets, one to IPv4 localhost (127.1 or ::ffff:127.0.0.1), and the other IPv6 localhost (::1). But why bother?
History
Date User Action Args
2016-05-14 10:53:57martin.pantersetrecipients: + martin.panter, loewis, ndim, jleedev
2016-05-14 10:53:57martin.pantersetmessageid: <1463223237.78.0.669193852773.issue3213@psf.upfronthosting.co.za>
2016-05-14 10:53:57martin.panterlinkissue3213 messages
2016-05-14 10:53:57martin.pantercreate