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 hodgestar
Recipients georg.brandl, hodgestar, loewis, mrm
Date 2008-05-10.11:20:58
SpamBayes Score 0.0021348759
Marked as misclassified No
Message-id <1210418460.11.0.0354236762772.issue2742@psf.upfronthosting.co.za>
In-reply-to
Content
This also affects Python 2.4 and 2.6 on Linux systems. Bug
http://bugs.python.org/issue2763 is a duplicate of this one.

The issue is that socketmodule.c doesn't convert empty strings to NULLs
before passing hptr through to the underlying system getaddrinfo(...).
The question is whether to fix the documentation and examples or the
socketmodule.c code.
History
Date User Action Args
2008-05-10 11:21:01hodgestarsetspambayes_score: 0.00213488 -> 0.0021348759
recipients: + hodgestar, loewis, georg.brandl, mrm
2008-05-10 11:21:00hodgestarsetspambayes_score: 0.00213488 -> 0.00213488
messageid: <1210418460.11.0.0354236762772.issue2742@psf.upfronthosting.co.za>
2008-05-10 11:20:59hodgestarlinkissue2742 messages
2008-05-10 11:20:58hodgestarcreate