Revert removing unicode2utf8 and encode staticmethods

[ci skip]
This commit is contained in:
Mike Helmick 2013-05-21 12:52:17 -04:00
parent c7bce9189f
commit 126305d93d
3 changed files with 19 additions and 11 deletions

View file

@ -10,7 +10,6 @@ History
- Callback URL is optional in ``get_authentication_tokens`` to accomedate those using OOB authorization (non web clients)
- Not part of the python package, but tests are now available along with Travis CI hooks
- Added ``__repr__`` definition for Twython, when calling only returning <Twython: APP_KEY>
- Removed ``Twython.unicode2utf8`` and ``Twython.encode`` methods
- Cleaned up ``Twython.construct_api_url``, uses "transparent" parameters (see 4th bullet in this version for explaination)
2.9.1 (2013-05-04)