rest25/library/cd.rst => rest262/library/cd.rst
f1
2:mod:`cd` --- CD-ROM access on SGI systems
3==========================================
4
5.. module:: cd
6   :platform: IRIX
7   :synopsis: Interface to the CD-ROM on Silicon Graphics systems.
t8+   :deprecated:
9+ 
10+ 
11+.. deprecated:: 2.6
12+    The :mod:`cd` module has been deprecated for removal in Python 3.0.
8
9
10This module provides an interface to the Silicon Graphics CD library. It is
11available only on Silicon Graphics systems.
12
13The way the library works is as follows.  A program opens the CD-ROM device with
14:func:`open` and creates a parser to parse the data from the CD with
15:func:`createparser`.  The object returned by :func:`open` can be used to read
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op