This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients Stig Johan Berggren, lukasz.langa, methane
Date 2018-08-08.15:07:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533740861.88.0.56676864532.issue34242@psf.upfronthosting.co.za>
In-reply-to
Content
> I still find the remark about the parser-level `get` being maintained for backwards compatibility strange (and it is eight years old), could this be improved?

How? Parser-level `.get()` predates mapping protocol access and has an incompatible API. Thus, we need to leave it as is, otherwise we'd break existing code.

Use mapping protocol everywhere in new code and you won't see those issues anymore.
History
Date User Action Args
2018-08-08 15:07:41lukasz.langasetrecipients: + lukasz.langa, methane, Stig Johan Berggren
2018-08-08 15:07:41lukasz.langasetmessageid: <1533740861.88.0.56676864532.issue34242@psf.upfronthosting.co.za>
2018-08-08 15:07:41lukasz.langalinkissue34242 messages
2018-08-08 15:07:41lukasz.langacreate