PEP 342 is blowing my mind a little. #python
miniblog.
Related Posts
PEP 3109 shows some remarkable raise abuse in Python 2: raise ((Exception, ("a", "b")), "c"), "d"
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?