summaryrefslogtreecommitdiff
path: root/Mac/Lib/pythonprefs.py
Commit message (Collapse)AuthorAgeFilesLines
* Added old-exceptions and no-site-python preferences and upped versionJack Jansen1997-09-091-4/+6
| | | | to 4.
* Preferences is a general module to get (and set) preferences inJack Jansen1997-09-081-0/+122
resource files with various inheritence rules, parsers, etc. pythonprefs uses this to create a single uniform interface to all relevant python preferences.