Closed matiaskotlik closed 4 years ago
This fixes #231
The removed text was outdated -- writing sorted([], None, True) would be a TypeError in python 3.
sorted([], None, True)
This fixes #231
The removed text was outdated -- writing
sorted([], None, True)
would be a TypeError in python 3.