We looked at it at some point, but having no way to declare named constants, there is no way to create an efficient jump table. So all we have left is syntactic sugar for something that we could do with if-elif-elif-else chains.
See PEP 275 and PEP 3103 for a full discussion.
, , , (, , if-elif-chain, getattr-based ).