summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix6/readcd.py
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate readcd for removal in 3.0.Brett Cannon2008-05-151-0/+3
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-232/+232
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* 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
|
* Irix 6 specific files -- thanks Sjoerd!Guido van Rossum1997-01-151-0/+242