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 diekmann, pitrou
Date 2010-12-08.10:51:00
SpamBayes Score 2.986098e-06
Marked as misclassified No
Message-id <1291805457.3547.2.camel@localhost.localdomain>
In-reply-to <1291803430.7.0.25296396852.issue10644@psf.upfronthosting.co.za>
Content
> This is not consistent with the results reproduced above, however, the
> results from above are exactly what should happen. Maybe there should
> be a remark, that the return value of sendall (and send) may be system
> dependent.

Pretty much all the socket module is system-dependent, and it is
actually stated at the top of the documentation:

“Some behavior may be platform dependent, since calls are made to the
operating system socket APIs.”
http://docs.python.org/dev/library/socket.html

> Or a patch which enforces the documented behviour of sendall,
> regardless of the operating system would be a nice future feature?

How could it work?
History
Date User Action Args
2010-12-08 10:51:03pitrousetrecipients: + pitrou, diekmann
2010-12-08 10:51:00pitroulinkissue10644 messages
2010-12-08 10:51:00pitroucreate