Message191465
On Jun 19, 2013, at 01:00 PM, Eli Bendersky wrote:
>What is the theoretical problem here? I though that it's an explicit design
>goal of enums? Which RED - Color.RED, or MeatReadiness.RED? For sockets:
>
>>>> class SocketType(IntEnum):
>... SOCK_STREAM = 1
>... SOCK_DGRAM = 2
>...
>>>> str(SocketType.SOCK_STREAM)
>'SocketType.SOCK_STREAM'
>
>Looks pretty good to me in terms of debuggability.
Me too. |
|
Date |
User |
Action |
Args |
2013-06-19 13:31:29 | barry | set | recipients:
+ barry, ncoghlan, pitrou, eli.bendersky, ethan.furman |
2013-06-19 13:31:29 | barry | link | issue17961 messages |
2013-06-19 13:31:29 | barry | create | |
|