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 benjamin.peterson
Recipients benjamin.peterson, georg.brandl, jmillikin, pitrou, rhettinger
Date 2009-05-14.18:42:00
SpamBayes Score 0.010965833
Marked as misclassified No
Message-id <1242326522.59.0.262742136265.issue5945@psf.upfronthosting.co.za>
In-reply-to
Content
Personally, I think PyMapping_Check and PySequence_Check should be
deprecated and removed. Like their Python counterparts,
operator.isMappingType() and operation.isSequenceType(), they are
unreliable at best in the face of not LBYL and abcs.
History
Date User Action Args
2009-05-14 18:42:03benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, rhettinger, pitrou, jmillikin
2009-05-14 18:42:02benjamin.petersonsetmessageid: <1242326522.59.0.262742136265.issue5945@psf.upfronthosting.co.za>
2009-05-14 18:42:01benjamin.petersonlinkissue5945 messages
2009-05-14 18:42:01benjamin.petersoncreate