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 Jim Fasarakis-Hilliard
Recipients Jim Fasarakis-Hilliard, Julian, Sean.Ochoa, eric.araujo, ezio.melotti, ncoghlan, petri.lehtinen, serhiy.storchaka, terry.reedy, vstinner
Date 2017-03-19.15:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489937493.0.0.261541866968.issue13349@psf.upfronthosting.co.za>
In-reply-to
Content
@Sean Ochoa, do you want to make this into a PR? The only tweak I would suggest would be to change all error messages to either be:

    "object.method(repr(x)): element not in object" 

or:

    "repr(x) not in object"

also, this probably needs to be changed to version 3.7 now.
History
Date User Action Args
2017-03-19 15:31:33Jim Fasarakis-Hilliardsetrecipients: + Jim Fasarakis-Hilliard, terry.reedy, ncoghlan, vstinner, ezio.melotti, eric.araujo, Julian, petri.lehtinen, serhiy.storchaka, Sean.Ochoa
2017-03-19 15:31:32Jim Fasarakis-Hilliardsetmessageid: <1489937493.0.0.261541866968.issue13349@psf.upfronthosting.co.za>
2017-03-19 15:31:32Jim Fasarakis-Hilliardlinkissue13349 messages
2017-03-19 15:31:32Jim Fasarakis-Hilliardcreate