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 r.david.murray
Recipients Matt.Bachmann, python-dev, r.david.murray
Date 2013-03-19.06:51:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363675870.05.0.404648946144.issue17476@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Matt.

I figured out a way to make the test *somewhat* less fragile.

Oh, and that helper method really is operating on an object, not a class, so I changed the paramter name back (and added inspect.builtin...which Python2 didn't have, but I figure as long as we are fixing it we might as well fix it to get *all* the methods).
History
Date User Action Args
2013-03-19 06:51:10r.david.murraysetrecipients: + r.david.murray, python-dev, Matt.Bachmann
2013-03-19 06:51:10r.david.murraysetmessageid: <1363675870.05.0.404648946144.issue17476@psf.upfronthosting.co.za>
2013-03-19 06:51:10r.david.murraylinkissue17476 messages
2013-03-19 06:51:09r.david.murraycreate