]> granicus.if.org Git - python/commit
Preferences is a general module to get (and set) preferences in
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 8 Sep 1997 13:26:36 +0000 (13:26 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 8 Sep 1997 13:26:36 +0000 (13:26 +0000)
commit8a99a8aa89b6dab698cba59942bd338d5d390168
treecefe72e54fec9f91ff83fbf5f1e4f23811e5409a
parent447e01b04e5bc9fd7f01fe36c4c952324b338aa3
Preferences is a general module to get (and set) preferences in
resource files with various inheritence rules, parsers, etc.

pythonprefs uses this to create a single uniform interface to all
relevant python preferences.
Mac/Lib/preferences.py [new file with mode: 0644]
Mac/Lib/pythonprefs.py [new file with mode: 0644]