Better Python 2.3 support.
The compat module is now imported at the very start to allow the builtins to be set before any other imports. The sorted() builtin method is now mimicked and the os.devnull string set for Python 2.3 and earlier.
Authored by: bugman 2012-10-09
Parent: [r17791]
Child: [r17793]