Officially require Python 2.6+
authorGuido Trotter <ultrotter@google.com>
Thu, 21 Feb 2013 17:50:55 +0000 (09:50 -0800)
committerGuido Trotter <ultrotter@google.com>
Mon, 25 Feb 2013 18:05:32 +0000 (10:05 -0800)
commit777ea2c69146596bf5e0a0db98b68c193453429e
tree5d71155873103ffc32500fa547528f952974b2c9
parenta5da38fa5c99fd4f1d245813779554a7ef320963
Officially require Python 2.6+

We have no way to test Python 2.4 compatibility anymore, and that
version is long deprecated. From version 2.8+ require Python 2.6 or
above (but still not 3.0).

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
INSTALL
NEWS
configure.ac
devel/upload