PEP 3109 shows some remarkable raise abuse in Python 2: raise ((Exception, ("a", "b")), "c"), "d"
miniblog.
Related Posts
New #Python syntax PEP has been accepted! http://t.co/T9avCqCZnl (infix matrix multiplication)
PEP 238 discusses how `1 / 2` differing from `1 / 2.0` can be confusing : http://t.co/lkTAIPcEEo . I wonder if Ruby will change similarly?
PEP 463 proposes a new exception handling syntax `x = lst[2] except IndexError: "No value"` http://t.co/MIng02QXx3 Not a need that I've felt