Łukasz Langa added the comment:

This is indeed deliberate. If that's unsuitable for you, consider using:

  cp = ConfigParser()
  cp.optionxform = lambda option: option

as described in 
http://docs.python.org/3/library/configparser.html#configparser.optionxform

----------
assignee:  -> lukasz.langa
resolution:  -> works for me
status: open -> closed

_______________________________________
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