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 chris.jerdonek
Recipients chris.jerdonek, eric.smith, jeffknupp
Date 2013-01-18.20:23:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358540596.92.0.487804871966.issue16977@psf.upfronthosting.co.za>
In-reply-to
Content
When choices isn't iterable but supports the "in" operator, e.g.

class MyChoices(object):
    def __contains__(self, item):
        return True
History
Date User Action Args
2013-01-18 20:23:16chris.jerdoneksetrecipients: + chris.jerdonek, eric.smith, jeffknupp
2013-01-18 20:23:16chris.jerdoneksetmessageid: <1358540596.92.0.487804871966.issue16977@psf.upfronthosting.co.za>
2013-01-18 20:23:16chris.jerdoneklinkissue16977 messages
2013-01-18 20:23:16chris.jerdonekcreate