[issue31535] configparser unable to write comment with a upper cas letter

Karthikeyan Singaravelan report at bugs.python.org
Mon Sep 24 11:42:26 EDT 2018


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

All config options including comment are converted to lowercase when they are stored. You can customize this behavior using https://docs.python.org/3/library/configparser.html#configparser.ConfigParser.optionxform . You can also refer to https://docs.python.org/3/library/configparser.html#customizing-parser-behaviour for more customization. I am closing this as not a bug as part of triaging. Feel free to reopen this if needed.

Thanks for the report Philippe!

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31535>
_______________________________________


More information about the Python-bugs-list mailing list