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 pitrou
Recipients jnoller, ocean-city, pitrou, roudkerk, trent
Date 2008-08-08.09:34:36
SpamBayes Score 0.00023324369
Marked as misclassified No
Message-id <1218188077.45.0.231436073164.issue3270@psf.upfronthosting.co.za>
In-reply-to
Content
> This would mean raising an exception in Listener.__init__ if this 
> invariant is violated.

If I understand the suggestion correctly, it would forbid people to
listen on 0.0.0.0. I'm not sure it is the right correction for the
problem. Listening on 0.0.0.0 can be handy when you are not sure which
address to use; it would be better to address the problem elsewhere.

IMO, the "FQDN removal patch" as uploaded by Jesse is simple and
straight-forward enough, provided it does fix the bug.
History
Date User Action Args
2008-08-08 09:34:37pitrousetrecipients: + pitrou, ocean-city, roudkerk, trent, jnoller
2008-08-08 09:34:37pitrousetmessageid: <1218188077.45.0.231436073164.issue3270@psf.upfronthosting.co.za>
2008-08-08 09:34:36pitroulinkissue3270 messages
2008-08-08 09:34:36pitroucreate