summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-06-03 23:51:21 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-06-03 23:51:21 (GMT)
commit46df918314b31c58ecf8eb01b5bed9d6ead87cd4 (patch)
tree0d7ac2c670c6e63eb4ce75b801cb427b85e54027 /Demo
parent84b9cbc79ac13fe8e05e1e5f9167faf002e0596e (diff)
downloadcpython-46df918314b31c58ecf8eb01b5bed9d6ead87cd4.zip
cpython-46df918314b31c58ecf8eb01b5bed9d6ead87cd4.tar.gz
cpython-46df918314b31c58ecf8eb01b5bed9d6ead87cd4.tar.bz2
Remove dangling reference
Diffstat (limited to 'Demo')
-rw-r--r--Demo/sockets/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demo/sockets/README b/Demo/sockets/README
index 21ed808..f5405ab 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.