f | |
| :mod:`cd` --- CD-ROM access on SGI systems |
| ========================================== |
| |
| .. module:: cd |
| :platform: IRIX |
| :synopsis: Interface to the CD-ROM on Silicon Graphics systems. |
t | :deprecated: |
| |
| |
| .. deprecated:: 2.6 |
| The :mod:`cd` module has been deprecated for removal in Python 3.0. |
| |
| |
| 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 |
| :func:`open` and creates a parser to parse the data from the CD with |
| :func:`createparser`. The object returned by :func:`open` can be used to read |