summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-07-25 17:24:40 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-07-25 17:24:40 (GMT)
commitbd2a7570101d93ec6cc53f6a665b31bc40d09d11 (patch)
tree7708e59fa5ad2a0e55607b3e836a0c4d54e688de /Doc
parent4d0f808c2463d583ac6274e3f8ab92eb40f53265 (diff)
parentb76b1b1ec8b26a003c0df330bf6f15a7743f9bed (diff)
downloadcpython-bd2a7570101d93ec6cc53f6a665b31bc40d09d11.zip
cpython-bd2a7570101d93ec6cc53f6a665b31bc40d09d11.tar.gz
cpython-bd2a7570101d93ec6cc53f6a665b31bc40d09d11.tar.bz2
Merge #15130: remove repeat of abstract paragraph from socket howto body.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/howto/sockets.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/howto/sockets.rst b/Doc/howto/sockets.rst
index 151e2c8..7a9b0ed 100644
--- 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 (i.e. IPv4) sockets, but they account for at least 99% of
the sockets in use. And I'll only talk about STREAM (i.e. TCP) sockets - unless you really
know what you're doing (in which case this HOWTO isn't for you!), you'll get