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 alex
Recipients alex, ncoghlan
Date 2013-05-12.06:54:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368341648.18.0.0258286116935.issue17959@psf.upfronthosting.co.za>
In-reply-to
Content
This would preclude code like:

class Shape(Enum):
  rectangle = shape = 2

which seems (to me) to be the most reasonable way to express aliasing.
History
Date User Action Args
2013-05-12 06:54:08alexsetrecipients: + alex, ncoghlan
2013-05-12 06:54:08alexsetmessageid: <1368341648.18.0.0258286116935.issue17959@psf.upfronthosting.co.za>
2013-05-12 06:54:08alexlinkissue17959 messages
2013-05-12 06:54:08alexcreate