From: Matthijs Kooijman Date: Fri, 14 Aug 2009 14:58:47 +0000 (+0200) Subject: Add compat module with a sorted function. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=b58ba323f474ab0b54a9a5dee9b89c0c99e437e1;hp=b58ba323f474ab0b54a9a5dee9b89c0c99e437e1;p=matthijs%2Fupstream%2Fmobilegtd.git Add compat module with a sorted function. The sorted builtin function was not available in python 2.2 yet (pys60 1.4.x), so we add our own version. ---