4db5913492
SafeConfigParser is very similar to the currently used ConfigParser but it supports interpolation. This means values can contain format strings which refer to other values in the same section, or values in a special DEFAULT section. For example: [My Section] foodir: %(dir)s/whatever dir=frob would resolve the %(dir)s to the value of dir (frob in this case). All reference expansions are done on demand. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net> |
||
---|---|---|
.. | ||
folder | ||
repository | ||
ui | ||
__init__.py | ||
accounts.py | ||
CustomConfig.py | ||
error.py | ||
imaplib2.py | ||
imaplibutil.py | ||
imapserver.py | ||
imaputil.py | ||
init.py | ||
localeval.py | ||
mbnames.py | ||
syncmaster.py | ||
threadutil.py |