summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/readcd.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the code to better reflect recommended style:Fred Drake2000-12-121-6/+6
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-181-2/+4
|
* Made play method more robust by adding a try-finally.Sjoerd Mullender1995-02-011-37/+47
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-1/+1
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* Use __init__ instead of init.Sjoerd Mullender1993-11-081-2/+1
| | | | 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
* Use type(xxx) in stead of except TypeError.Sjoerd Mullender1993-03-291-54/+52
|
* Comment out debug prints (by Sjoerd)Guido van Rossum1992-06-031-4/+4
|
* DISK is written with a KGuido van Rossum1992-04-231-2/+2
|
* Changed caching codeGuido van Rossum1992-04-221-13/+23
|
* The getstatus() method of a Readcd instance always callsGuido van Rossum1992-04-221-7/+2
| | | | self.player.getstatus().
* Initial revisionGuido van Rossum1992-04-221-0/+230