[Python-checkins] cpython (2.7): #15130: remove repeat of abstract paragraph from socket howto body.

r.david.murray python-checkins at python.org
Thu Jul 25 19:33:55 CEST 2013


http://hg.python.org/cpython/rev/a8d8bfb61874
changeset:   84823:a8d8bfb61874
branch:      2.7
parent:      84813:17542d36effd
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu Jul 25 13:33:35 2013 -0400
summary:
  #15130: remove repeat of abstract paragraph from socket howto body.

Patch by Tshepang Lekhonkhobe.

files:
  Doc/howto/sockets.rst |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Doc/howto/sockets.rst b/Doc/howto/sockets.rst
--- a/Doc/howto/sockets.rst
+++ b/Doc/howto/sockets.rst
@@ -19,12 +19,6 @@
 Sockets
 =======
 
-Sockets are used nearly everywhere, but are one of the most severely
-misunderstood technologies around. This is a 10,000 foot overview of sockets.
-It's not really a tutorial - you'll still have work to do in getting things
-working. It doesn't cover the fine points (and there are a lot of them), but I
-hope it will give you enough background to begin using them decently.
-
 I'm only going to talk about INET sockets, but they account for at least 99% of
 the sockets in use. And I'll only talk about STREAM sockets - unless you really
 know what you're doing (in which case this HOWTO isn't for you!), you'll get

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list