~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/library/cd.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-11 13:30:19 UTC
  • mto: (10.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100311133019-sblbooa3uqrkoe70
Tags: upstream-2.6.5~rc2
ImportĀ upstreamĀ versionĀ 2.6.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
available only on Silicon Graphics systems.
17
17
 
18
18
The way the library works is as follows.  A program opens the CD-ROM device with
19
 
:func:`open` and creates a parser to parse the data from the CD with
20
 
:func:`createparser`.  The object returned by :func:`open` can be used to read
 
19
:func:`.open` and creates a parser to parse the data from the CD with
 
20
:func:`createparser`.  The object returned by :func:`.open` can be used to read
21
21
data from the CD, but also to get status information for the CD-ROM device, and
22
22
to get information about the CD, such as the table of contents.  Data from the
23
23
CD is passed to the parser, which parses the frames, and calls any callback
133
133
Player Objects
134
134
--------------
135
135
 
136
 
Player objects (returned by :func:`open`) have the following methods:
 
136
Player objects (returned by :func:`.open`) have the following methods:
137
137
 
138
138
 
139
139
.. method:: CD player.allowremoval()