⇤ ← Revision 1 as of 2007-02-13 04:10:19
Size: 461
Comment: mac
|
← Revision 2 as of 2008-11-15 14:00:33 ⇥
Size: 461
Comment: converted to 1.6 markup
|
No differences found! |
UserDefaults is an interface for persistent user defaults (user preferences) for Python programs. UserDefaults provides an application defaults dictionary that can store CoreFoundation-style property list objects. userdefaults consists of a pure python module that uses a back-end extension module to access the operating system's preferences API.
homepage