Message188988
That's a terrible way to express aliasing, because it's really unclear that "rectangle" is the canonical name.
By contrast:
class Shape(Enum):
rectangle = 2
oblong = rectangle
leaves no doubt as to which is canonical and which is the alias. You never need to go beyond two assignments, as you can still use multiple target assignment for the aliases. |
|
Date |
User |
Action |
Args |
2013-05-12 07:56:05 | ncoghlan | set | recipients:
+ ncoghlan, alex |
2013-05-12 07:56:05 | ncoghlan | set | messageid: <1368345365.87.0.924725079352.issue17959@psf.upfronthosting.co.za> |
2013-05-12 07:56:05 | ncoghlan | link | issue17959 messages |
2013-05-12 07:56:05 | ncoghlan | create | |
|