diff options
author | Sjoerd Mullender <sjoerd@acm.org> | 1993-11-08 15:10:43 (GMT) |
---|---|---|
committer | Sjoerd Mullender <sjoerd@acm.org> | 1993-11-08 15:10:43 (GMT) |
commit | b2e358d433e0ddbfc870d1a6ce12e7917388c2fe (patch) | |
tree | b504539fed3fec7238cb7b58c717126acc66555b /Lib/plat-irix5/readcd.doc | |
parent | e65cce5eec23812d77a54095209c923937cc3c92 (diff) | |
download | cpython-b2e358d433e0ddbfc870d1a6ce12e7917388c2fe.zip cpython-b2e358d433e0ddbfc870d1a6ce12e7917388c2fe.tar.gz cpython-b2e358d433e0ddbfc870d1a6ce12e7917388c2fe.tar.bz2 |
Use __init__ instead of init.
Also use CDDB_PATH and CDDB_WRITE_DIR environment variables in cddb.py.
Diffstat (limited to 'Lib/plat-irix5/readcd.doc')
-rwxr-xr-x | Lib/plat-irix5/readcd.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-irix5/readcd.doc b/Lib/plat-irix5/readcd.doc index b827ccc..1be549c 100755 --- a/Lib/plat-irix5/readcd.doc +++ b/Lib/plat-irix5/readcd.doc @@ -18,7 +18,7 @@ read and the callbacks will be called. Initialization. =============== -r = readcd.Readcd().init([cd-player [, mode]]) +r = readcd.Readcd([cd-player [, mode]]) The optional arguments are the name of the CD device and the mode. When "mode" is not specified, it defaults to 'r' (which is the only |