INADA Naoki <songofaca...@gmail.com> added the comment:

I don't think it's worth enough to break backward compatibility.

Additionally, "section.get(key) returns None if key is not exist" is consistent 
with dict's behavior.

On the other hand, "parser.get(section, key)" has different signature from 
dict's get method.  So inconsistency is not a big problem.

----------
nosy: +inada.naoki

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34242>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to