From a2c6fabca7133d68eb946b8874f0e13c2691297a Mon Sep 17 00:00:00 2001 From: kracekumar Date: Sun, 18 Dec 2011 18:33:26 +0530 Subject: [PATCH] Modified README files --- README.markdown | 13 +------------ README.txt | 13 +------------ 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/README.markdown b/README.markdown index 7775ef4..53973f2 100644 --- a/README.markdown +++ b/README.markdown @@ -56,18 +56,7 @@ Example Use twitter = Twython() results = twitter.search(q='python') - # All the functions of twython is supported in twythonrequests. - Note: - Don't do this - from twython import Twython - from twythonrequests import Twython - - instead try this - import twython - import twythonrequests - - since you can hack both twython features. - +Note: Twython works in PyPy not twython3k A note about the development of Twython (specifically, 1.3) ---------------------------------------------------------------------------------------------------- As of version 1.3, Twython has been extensively overhauled. Most API endpoint definitions are stored diff --git a/README.txt b/README.txt index e801f15..aec6ac2 100644 --- a/README.txt +++ b/README.txt @@ -55,18 +55,7 @@ Example Use twitter = Twython() results = twitter.search(q='python') - # All the functions of twython is supported in twythonrequests. - Note: - Don't do this - from twython import Twython - from twythonrequests import Twython - - instead try this - import twython - import twythonrequests - -since you can hack both twython features. - +Note: twython works in PyPy not twython3k A note about the development of Twython (specifically, 1.3) ---------------------------------------------------------------------------------------------------- As of version 1.3, Twython has been extensively overhauled. Most API endpoint definitions are stored