Skip to content

Changing default behavior of ConfigParser #62

@bujardal

Description

@bujardal

ConfigParser.RawConfigParser.optionxform = str

This should not be done a the class level because it's changing the default behavior of ConfigParser in the rest of the program. Instead it should be done at the object level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions