]> granicus.if.org Git - python/commitdiff
#15130: remove repeat of abstract paragraph from socket howto body.
authorR David Murray <rdmurray@bitdance.com>
Thu, 25 Jul 2013 17:24:15 +0000 (13:24 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 25 Jul 2013 17:24:15 +0000 (13:24 -0400)
Patch by Tshepang Lekhonkhobe.

Doc/howto/sockets.rst

index 151e2c810dbee33b4af6b528a6f25d3848e82d60..7a9b0edc1944862d71035ee0c2eb2fba31b0a6e0 100644 (file)
 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