From: Josh Roesslein Date: Thu, 15 Oct 2009 23:53:28 +0000 (-0500) Subject: Python 2.4 support completed! Update readme and changelog X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3c4f69f25eb11bb6ba118cce4e30d714ca9b98a4;p=tweepy.git Python 2.4 support completed! Update readme and changelog --- diff --git a/CHANGES b/CHANGES index 22415d1..eb2768e 100644 --- a/CHANGES +++ b/CHANGES @@ -29,6 +29,8 @@ during upgrade will be listed here. + Status: added retweet, favorite and retweets methods (NOTE: retweet API not live yet on twitter) ++ Python 2.4 support + + Update OAuth bundled library. - Logging removed. Having our own mini-logging system just feels like overkill. diff --git a/README b/README index 1f3b8f9..5f85489 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ Features: + Actively under development + Streaming API support + Cache system (memory, file, memcache) - + Python 3 branch + + Python 3 branch (3.1) Getting started: Check out the tutorial folder to get started with Tweepy. @@ -37,7 +37,7 @@ Bug tracker: http://github.com/joshthecoder/tweepy/issues Author: Joshua Roesslein License: MIT Dependencies: - Python 2.5+ + Python 2.4 or newer Simplejson **Included in python 2.6+ Python-OAuth