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 devin
Recipients devin
Date 2014-09-15.19:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410808618.63.0.0937681366512.issue22421@psf.upfronthosting.co.za>
In-reply-to
Content
Several years ago a patch was applied to set the default binding of the pydoc server to "localhost" instead of "0.0.0.0". It appears that the issue was reintroduced in a5a3ae9be1fb.

See previous issue: http://bugs.python.org/issue672656

$ ./python -m pydoc -b
Server ready at http://localhost:35593/
Server commands: [b]rowser, [q]uit
server> 

---

$ netstat -lnp | grep python
tcp        0      0 0.0.0.0:35593           0.0.0.0:*               LISTEN      2780/python


As a sidenote, I'm not sure why the localhost lookup breaks the test case on my linux machine, but it does.
History
Date User Action Args
2014-09-15 19:16:58devinsetrecipients: + devin
2014-09-15 19:16:58devinsetmessageid: <1410808618.63.0.0937681366512.issue22421@psf.upfronthosting.co.za>
2014-09-15 19:16:58devinlinkissue22421 messages
2014-09-15 19:16:58devincreate