[issue24371] configparser hate dot in option like eth2.6

R. David Murray report at bugs.python.org
Wed Jun 3 17:31:11 CEST 2015


R. David Murray added the comment:

I'm guessing python3 would also handle unicode identifiers, but I haven't checked.  That said, there's no reason configparser couldn't handle any key that doesn't have a '#', ';', ':' or '=' in it, in theory.  Whether we *want* to do that or not is a different question, and would lead to the question of what the correct normalization would be for keys.

----------
nosy: +lukasz.langa, r.david.murray
type:  -> enhancement
versions: +Python 3.6 -Python 3.3, Python 3.4

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


More information about the Python-bugs-list mailing list