Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #36344

what’s the difference between socket.send() and socket.sendall() ?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <2281570025@qq.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.439
X-Spam-Level ****
X-Spam-Evidence '*H*': 0.57; '*S*': 0.45; 'subject:skip:s 10': 0.05; 'python': 0.09; 'subject:between': 0.16; 'to:name:python list': 0.16; 'doc': 0.22; 'to:addr:python-list': 0.33; 'to:addr:python.org': 0.39; 'between': 0.63; 'subjectcharset:utf-8': 0.72; 'from:addr:qq.com': 0.84; 'message- id:@qq.com': 0.84; 'received:qq.com': 0.84; 'what\xe2\x80\x99s': 0.84; 'x-mailer:qqmail 2.x': 0.84
From "iMath" <2281570025@qq.com>
To "Python List" <python-list@python.org>
Subject what’s the difference between socket.send() and socket.sendall() ?
Mime-Version 1.0
Content-Type text/html; charset="utf-8"
Content-Transfer-Encoding base64
Date Mon, 7 Jan 2013 18:35:20 +0800
X-Priority 3
X-QQ-MIME TCMime 1.0 by Tencent
X-Mailer QQMail 2.x
X-QQ-Mailer QQMail 2.x
X-Mailman-Approved-At Mon, 07 Jan 2013 12:30:42 +0100
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.216.1357558243.2939.python-list@python.org> (permalink)
Lines 21
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1357558243 news.xs4all.nl 6907 [2001:888:2000:d::a6]:46320
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:36344

Show key headers only | View raw


<p class="MsoNormal"><tt><span lang="EN-US" style="font-size: 12pt; color: white; background-color: rgb(68, 110, 248); background-position: initial initial; background-repeat: initial initial; ">what’s the difference between socket</span></tt><tt><span lang="EN-US" style="font-size: 12pt; ">.send() and&nbsp;<span style="color: white; background-color: rgb(68, 110, 248); background-position: initial initial; background-repeat: initial initial; ">socket</span>.sendall() ?</span></tt>
</p>

<p class="MsoNormal"><tt><span lang="EN-US" style="font-size:12.0pt">It is so hard
for me to tell the <span style="color:white;background:#446EF8">difference
between them from the python doc<o:p></o:p></span></span></tt></p>

<p class="MsoNormal"><tt><span lang="EN-US" style="font-size:12.0pt;color:white;
background:#446EF8">so what is the difference between them ?<o:p></o:p></span></tt></p>

<p class="MsoNormal"><tt><span lang="EN-US" style="font-size:12.0pt;color:white;
background:#446EF8">and each one is suitable for which case ?<o:p></o:p></span></tt></p>

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

what’s the difference between socket.send() and socket.sendall() ? "iMath" <2281570025@qq.com> - 2013-01-07 18:35 +0800
  Re: what’s the difference between socket.send() and socket.sendall() ? Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2013-01-07 14:17 +0100
  Re: what’s the difference between socket.send() and socket.sendall() ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-01-07 15:28 +0000
    Re: what’s the difference between socket.send() and socket.sendall() ? Chris Angelico <rosuav@gmail.com> - 2013-01-08 02:54 +1100

csiph-web