summaryrefslogtreecommitdiffstats
path: root/Lib/irix5/cdplayer.py
Commit message (Collapse)AuthorAgeFilesLines
* Use __init__ instead of init.Sjoerd Mullender1993-11-081-5/+4
| | | | Also use CDDB_PATH and CDDB_WRITE_DIR environment variables in cddb.py.
* * ftplib.py: added abort() command (sends oob data).Guido van Rossum1993-05-241-1/+1
| | | | | | * Several modules: change "class C(): ..." to "class C: ...". * flp.py: support for frozen forms. * Added string.find() which is like index but returns -1 if not found
* CL.py: adapted to newest version of CL library.Sjoerd Mullender1992-12-141-0/+7
| | | | | | | | | | cdplayer.py: It is now also possible to give the CD's TOC as argument to init(). The TOC is a string consisting of 2 digits giving the number of tracks and then for each track the length of the track as number of minutes and number of seconds (2 digits each). cddb.py: Interface to the .cddb directory. Usage is the same as for cdplayer.py.
* Initial revisionGuido van Rossum1992-06-031-0/+83