Feb. 6, 2005
6:15 p.m.
[Neal]
I think I implemented this once. I'll try to see if I can find a patch. It wasn't too difficult, but I'm not sure if the patch was clean.
If the opportunity arises, another worthwhile peepholer buildout would be to recognize if-elif chains that can be transformed to a single lookup and dispatch (see MAL's note in pep 275). Raymond