miniblog.
← Back to all posts
Wilfred Hughes
Oct 15, 2013 at 11:40
Yikes. On Python 2 `foo = lambda: 5; print foo > 6, foo() > 6` gives 'True False'. Hides tricky bugs. Another reason to move to Python 3.