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 CliffM
Recipients CliffM
Date 2013-10-13.20:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381697502.11.0.490856984285.issue19252@psf.upfronthosting.co.za>
In-reply-to
Content
test_nonhash_value tests the lookup of an Enum Member from a value.

The current test does not exercise the iteration over values completely -- the if-clause being redundant wrt the existing test.

My patch adds an additional test which requires the if-clause.
History
Date User Action Args
2013-10-13 20:51:42CliffMsetrecipients: + CliffM
2013-10-13 20:51:42CliffMsetmessageid: <1381697502.11.0.490856984285.issue19252@psf.upfronthosting.co.za>
2013-10-13 20:51:42CliffMlinkissue19252 messages
2013-10-13 20:51:42CliffMcreate