How to Survive Sorting in Python 3
by Jarret Hardie
Python 3 comes with a warning label: language changes may break your code. Having removed the function argument that most Python 2 developers use to control Python's sorting routines, how does this latest version of the language expect an orderly program to thrive and survive?