summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix6/cdplayer.py
Commit message (Collapse)AuthorAgeFilesLines
* String method conversion.Eric S. Raymond2001-02-091-3/+3
|
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* Bugfix by Rob W. W. Hooft, from his spelling fixes patch. This one is aThomas Wouters2000-07-161-1/+1
| | | | genuine bug, so I checked it in separately.
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-5/+5
|
* Irix 6 specific files -- thanks Sjoerd!Guido van Rossum1997-01-151-0/+89