]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
renamed readcd to recvcd (to avoid conflict with Sjoerd's reacd class)
authorGuido van Rossum <guido@python.org>
Wed, 15 Apr 1992 16:40:12 +0000 (16:40 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 15 Apr 1992 16:40:12 +0000 (16:40 +0000)
Demo/sgi/cd/README

index af2f4c53b3754bdd5fff15d51c6e0a6871fb94f9..c17e3cfa7f1096a1e27854f08cf7e04af37a0dd9 100644 (file)
@@ -12,9 +12,9 @@ playcd.py     Read audio data from the CD and play it over the
                Indigo's built-in speker or audio jack.  Needs module al.
 
 sendcd.py      Read audio data from the CD and send it as UDP packets
-               over the network (to readcd.py).
+               over the network (to recvcd.py).
 
-readcd.py      Receive UDP packets containing CD audio data (from
+recvcd.py      Receive UDP packets containing CD audio data (from
                sendcd.py) and play them over the Indigo's built-in
                speaker or audio jack.  Needs module al.  (Doesn't
                actually use module cd.)