Replace the ConfigParser module
Registered by
Frank Niessink
The ConfigParser module we use for reading and writing ini files has a big disadvantage: the order of the sections (and items?) is not stable. This is due to the fact that the ConfigParser uses dictionaries internally to hold the information and dictionaries don't have a fixed order in python. Replace the ConfigParser by a different ini file module.
Blueprint information
- Status:
- Not started
- Approver:
- Frank Niessink
- Priority:
- Undefined
- Drafter:
- Frank Niessink
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
(?)
Work Items
Work items:
Investigate alternative ini file modules: TODO