summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/panelparser.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.
* New == syntaxGuido van Rossum1992-01-011-6/+6
|
* Initial revisionGuido van Rossum1990-10-131-0/+128