From: Andrew M. Kuchling Date: Sat, 3 Jun 2006 23:51:21 +0000 (+0000) Subject: Remove dangling reference X-Git-Tag: v2.5b1~278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46df918314b31c58ecf8eb01b5bed9d6ead87cd4;p=thirdparty%2FPython%2Fcpython.git Remove dangling reference --- diff --git a/Demo/sockets/README b/Demo/sockets/README index 21ed808cc3f5..f5405abd064a 100644 --- a/Demo/sockets/README +++ b/Demo/sockets/README @@ -19,4 +19,3 @@ mcast.py A Python translation of /usr/people/4Dgifts/examples/network/mcast.c (Note that IN.py is in ../../lib/sgi.) -See also ../../lib/nntp.py for another example of socket code.