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 methane
Recipients Julian, amaury.forgeotdarc, bdoremus, belopolsky, eric.araujo, lukasz.langa, martin.panter, methane, pitrou, rharris, rhettinger, terry.reedy, vencabot_teppoo
Date 2018-07-28.01:45:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532742325.22.0.56676864532.issue2651@psf.upfronthosting.co.za>
In-reply-to
Content
Even if we fixed stdlib, there are many KeyError(missing) idiom used in 3rd party code.

KeyError: '42'
KeyError: '42\n'
KeyError: 42

All of the above are looks different.  I think it's good.
Is it really worth enough to break it?
History
Date User Action Args
2018-07-28 01:45:25methanesetrecipients: + methane, rhettinger, terry.reedy, amaury.forgeotdarc, belopolsky, pitrou, rharris, eric.araujo, vencabot_teppoo, lukasz.langa, Julian, martin.panter, bdoremus
2018-07-28 01:45:25methanesetmessageid: <1532742325.22.0.56676864532.issue2651@psf.upfronthosting.co.za>
2018-07-28 01:45:25methanelinkissue2651 messages
2018-07-28 01:45:24methanecreate