Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 34 by
lar...@gmail.com: Unable to set values in DEFAULT section
https://code.google.com/p/iniparse/issues/detail?id=34
Using the INIConfig interface (ini iniparse 0.4), it does not appear to be
possible to set values in the DEFAULT section.
The naive approach has no effect:
>>> import iniparse
>>> cfg = iniparse.INIConfig()
>>> cfg.DEFAULT.myoption = 'myvalue'
>>> print cfg
It is not clear from the documentation or examples how to deal with this
situation.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings