]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
readcd is now part of the standard library (for SI)
authorGuido van Rossum <guido@python.org>
Wed, 22 Apr 1992 13:39:33 +0000 (13:39 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 22 Apr 1992 13:39:33 +0000 (13:39 +0000)
Demo/sgi/cd/README

index 9b99e496c9759cff07515ed9d63a333fbed985cf..016e4d1bb70e3d46da95216dff4c4530a29d2a5a 100644 (file)
@@ -1,6 +1,9 @@
 These are some programs to work with the SCSI CD-ROM player's audio
 interface (see cdaudio(3) in IRIX 4.0 or higher; tested only on 4.0.2).
 
+See also the SGI-specific standard module 'readcd', documented as
+"readcd.lib" in the library.
+
 cdwin.py       A trivial window interface to play a CD over the CD
                player's audio jack.  More functionality is left as an
                excersice to the reader.  Needs module stdwin.
@@ -21,8 +24,5 @@ recvcd.py     Receive UDP packets containing CD audio data (from
 
 cdaiff.py      Dump CD audio to disk in AIFF format.
 
-readcd.py      Utility module to make it easy to specify play lists
-               for a CD player (used by cdaiff.py).
-
 Note that to read *data* CD-ROMs you must open /dev/rdsk/dks0d4s7 or
 some such special file...