Python 3 improvements - changed how the Python 3 absent builtins.unicode() function is handled.
The aliased builtins.str() function is now referenced as lib.compat.unicode(). The Python 2
__builtin__.unicode() function is also aliased to lib.compat.unicode(). The GUI using this function
now import it from lib.compat.