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 facundobatista
Recipients
Date 2005-01-15.19:07:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=752496

This is a documentation bug; something the user should be
"warned" about. 

This caught me once, and two different persons asked about
this in #python, so maybe we should put something like the
following in the recv() docs.

"""
For best match with hardware and network realities, the
value of "buffer" should be a relatively small power of 2,
for example, 4096.
"""

If you think the wording is right, just assign the bug to
me, I'll take care of it.
History
Date User Action Args
2007-08-23 14:14:03adminlinkissue756104 messages
2007-08-23 14:14:03admincreate