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 sandro.tosi
Recipients bbrazil, georg.brandl, kiilerix, nicdumz, sandro.tosi, thijs
Date 2011-02-08.23:06:19
SpamBayes Score 1.1375828e-10
Marked as misclassified No
Message-id <1297206381.02.0.368961721978.issue6005@psf.upfronthosting.co.za>
In-reply-to
Content
Hi all,
I was looking at this issue and thought: ok the module documentation uses send() not correctly, so we should fix that; the fastest solution is using sendall().

But then searching fro some examples in the code on internet, I found that the python docs contain a "Socket Programming HOWTO" that uses send() the way it should be.

So, should we:

- replace send() with sendall() in socket module documentation (explaining it was done to not clutter examples) and
- add a reference to the socket programming howto to show a way to use send() correctly?

Cheers,
Sandro
History
Date User Action Args
2011-02-08 23:06:21sandro.tosisetrecipients: + sandro.tosi, georg.brandl, kiilerix, nicdumz, thijs, bbrazil
2011-02-08 23:06:21sandro.tosisetmessageid: <1297206381.02.0.368961721978.issue6005@psf.upfronthosting.co.za>
2011-02-08 23:06:19sandro.tosilinkissue6005 messages
2011-02-08 23:06:19sandro.tosicreate