Issue 34 in iniparse: Unable to set values in DEFAULT section

0 views
Skip to first unread message

inip...@googlecode.com

unread,
Sep 12, 2014, 9:41:09 AM9/12/14
to iniparse...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages