summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/jpeg.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-181-1/+2
|
* [Sjoerd Mullender]Guido van Rossum1998-08-071-20/+20
| | | | Don't use CL module since all constants are now in cl.
* New files (not really...)Guido van Rossum1993-12-291-0/+110