What will forever be exclusive to Python 3? http://t.co/gWlf6kS7WZ -- I learnt about several new Python 2 things here!
miniblog.
Related Posts
Clippy has a delightful lint against 'A'..'Z' because this is an exclusive range, so it only covers 'A' through 'Y'! https://rust-lang.github.io/rust-clippy/master/index.html#/almost_complete_range
Saved me a tedious bug today.