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 djc
Recipients djc, georg.brandl
Date 2010-01-18.12:32:34
SpamBayes Score 9.792019e-05
Marked as misclassified No
Message-id <1263817956.14.0.104959185051.issue7733@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/library/asyncore.html has this bit (for bind()):

    (The format of address depends on the address family — see above.)

The only way this makes sense is if it points back to the "family" argument used in the create_socket() documentation, but even there the term "family" isn't actually used in the description, and it's unclear that the reference to the socket module documentation "for information on creating sockets" will have more information about the address constraints for bind(). It would probably be better if the bind() description referred to the socket documentation directly.
History
Date User Action Args
2010-01-18 12:32:36djcsetrecipients: + djc, georg.brandl
2010-01-18 12:32:36djcsetmessageid: <1263817956.14.0.104959185051.issue7733@psf.upfronthosting.co.za>
2010-01-18 12:32:34djclinkissue7733 messages
2010-01-18 12:32:34djccreate