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 mendenhall
Recipients
Date 2003-04-08.02:37:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=470295

Fater thiunking about what I have done with this patch, I would also like to suggest another change (for which I am also willing to submit the patch, which is quite simple):  Consistent with some of the already extant glue in _socet to handle addresses like <broadcast>, would there be any reason no to modify setipaddr() and getaddrinfo() so that if an address is prefixed with <numeric> (e.g. <numeric>127.0.0.1) that the PASSIVE and NUMERIC flags are always set so these routines reject any non-numeric address, but handle numeric ones very efficiently?
History
Date User Action Args
2007-08-23 16:06:30adminlinkissue706392 messages
2007-08-23 16:06:30admincreate