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 ethan.furman, r.david.murray, vajrasky
Date 2013-09-15.16:04:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379261070.36.0.0637568882225.issue19025@psf.upfronthosting.co.za>
In-reply-to
Content
Doesn't this confusion (here and in 19011) arise from the fact that the enum class does *not* have CUTE_CAT attribute?  That is, the error message is correct, but surprising.  Because, frankly, Enums are surprising in many ways ;)
History
Date User Action Args
2013-09-15 16:04:30r.david.murraysetrecipients: + r.david.murray, ethan.furman, vajrasky
2013-09-15 16:04:30r.david.murraysetmessageid: <1379261070.36.0.0637568882225.issue19025@psf.upfronthosting.co.za>
2013-09-15 16:04:30r.david.murraylinkissue19025 messages
2013-09-15 16:04:30r.david.murraycreate