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 mrm
Recipients georg.brandl, mrm
Date 2008-05-02.18:53:12
SpamBayes Score 0.488712
Marked as misclassified No
Message-id <1209754393.92.0.50120862505.issue2741@psf.upfronthosting.co.za>
In-reply-to
Content
the url
   http://docs.python.org/lib/node633.html
states 
   1)   address_family
       The family of protocols to which the server's socket belongs. 
     socket.AF_INET and socket.AF_UNIX are two possible values.

would suggest including socket.AF_INET6 as well if it is supported
or what criteria makes a socket not usable with this class.
History
Date User Action Args
2008-05-02 18:53:14mrmsetspambayes_score: 0.488712 -> 0.488712
recipients: + mrm, georg.brandl
2008-05-02 18:53:13mrmsetspambayes_score: 0.488712 -> 0.488712
messageid: <1209754393.92.0.50120862505.issue2741@psf.upfronthosting.co.za>
2008-05-02 18:53:13mrmlinkissue2741 messages
2008-05-02 18:53:12mrmcreate