summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/panel.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.
* typos fixed by Rob HooftJeremy Hylton2000-06-281-2/+2
|
* new exec syntaxGuido van Rossum1995-09-181-3/+3
|
* New == syntaxGuido van Rossum1992-01-011-17/+17
|
* The parser module is now called paenlparser.Guido van Rossum1991-01-231-5/+5
|
* Initial revisionGuido van Rossum1990-10-131-0/+281