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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17608>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to