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 ethan.furman
Recipients barry, eli.bendersky, ethan.furman, ncoghlan, pitrou, r.david.murray
Date 2013-09-16.04:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379305619.97.0.704746169771.issue19030@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a crazy idea.  :)

The only reason the patch is tied to Enum is because of Enum's use of the _RouteClassAttributeToGetattr descriptor.

If we had a module similar to functools, say classtools, we could flesh out _RouteClassAttributeToGetattr, rename it to VirtualAttribute, and then it would no longer be Enum specific.
History
Date User Action Args
2013-09-16 04:27:00ethan.furmansetrecipients: + ethan.furman, barry, ncoghlan, pitrou, r.david.murray, eli.bendersky
2013-09-16 04:26:59ethan.furmansetmessageid: <1379305619.97.0.704746169771.issue19030@psf.upfronthosting.co.za>
2013-09-16 04:26:59ethan.furmanlinkissue19030 messages
2013-09-16 04:26:59ethan.furmancreate