Message 322474 - Python tracker

Message322474

Author methane
Recipients Stig Johan Berggren, methane
Date 2018-07-27.09:11:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532682709.96.0.56676864532.issue34242@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-27 09:11:49methanesetrecipients: + methane, Stig Johan Berggren
2018-07-27 09:11:49methanesetmessageid: <1532682709.96.0.56676864532.issue34242@psf.upfronthosting.co.za>
2018-07-27 09:11:49methanelinkissue34242 messages
2018-07-27 09:11:49methanecreate