Removed the lib.compat.sorted() function which was providing Python2.3 compatibility.
For a while now, relax has been unable to run on Python versions less than 2.5. Therefore there is
no use for having this replacement function for Python <= 2.3 which was being placed into the
builtins module.