MacPython/userdefaults¶
Legacy Wiki Page
This page was migrated from the old MoinMoin-based wiki. Information may be outdated or no longer applicable. For current documentation, see python.org.
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.