cd
cd — CD-ROM access on SGI systems
Deprecated since version 2.6: The cd
module has been removed in Python 3.
This module provides an interface to the Silicon Graphics CD library. It is available only on Silicon Graphics systems.
The way the library works is as follows. A program opens the CD-ROM device with open()
and creates a parser to parse the data from the CD with createparser()
. The object returned by open()
can be used to read data from th