[New-bugs-announce] [issue17608] configparser not honouring section but not variable case

Rodney Persky report at bugs.python.org
Mon Apr 1 07:40:10 CEST 2013


New submission from Rodney Persky:

Hey,

Just a fairly small one in the configparser library. I've got a bunch of variables with varying capitalisation to indicate words in the variable name.

The config file contains lines such as:
[GlobalSection]
ParameterDelimiterCharacter = ,


Watching the program, at some point (this is straight from a for loop) the capitalisation gets lost:
Looking for ['GlobalSection', 'parameterdelimitercharacter']

----------
components: Library (Lib), Windows
messages: 185718
nosy: Rodney.Persky
priority: normal
severity: normal
status: open
title: configparser not honouring section but not variable case
type: behavior
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17608>
_______________________________________


More information about the New-bugs-announce mailing list