From: R David Murray Date: Thu, 25 Jul 2013 17:33:35 +0000 (-0400) Subject: #15130: remove repeat of abstract paragraph from socket howto body. X-Git-Tag: v2.7.6rc1~281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5648ac382e3374d71545be6a04880c1f2c6ffb8;p=thirdparty%2FPython%2Fcpython.git #15130: remove repeat of abstract paragraph from socket howto body. Patch by Tshepang Lekhonkhobe. --- diff --git a/Doc/howto/sockets.rst b/Doc/howto/sockets.rst index 6338d3b846e9..e0083edc51ca 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 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