summaryrefslogtreecommitdiffstats
path: root/Lib/lib-old/cmp.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
| | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
* These modules are now declared obsolete.Fred Drake2000-02-031-0/+63