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 trent
Recipients jnoller, ocean-city, roudkerk, trent
Date 2008-08-08.09:12:02
SpamBayes Score 0.0001407228
Marked as misclassified No
Message-id <1218186725.27.0.358684542335.issue3270@psf.upfronthosting.co.za>
In-reply-to
Content
Jesse, thanks for capturing my e-mail thread in this issue.  Can you 
comment on my last three paragraphs?  Essentially, I think we should 
lock down the API and assert that Listener.address will always be 
a 'connectable' end-point.  (i.e. not a wildcard host, 0.0.0.0, that 
can't be bound to by a socket, for example)

This would mean raising an exception in Listener.__init__ if this 
invariant is violated.
History
Date User Action Args
2008-08-08 09:12:05trentsetrecipients: + trent, ocean-city, roudkerk, jnoller
2008-08-08 09:12:05trentsetmessageid: <1218186725.27.0.358684542335.issue3270@psf.upfronthosting.co.za>
2008-08-08 09:12:04trentlinkissue3270 messages
2008-08-08 09:12:02trentcreate