]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix TwitterMixin on Python 3.
authorBen Darnell <ben@bendarnell.com>
Sat, 17 Nov 2012 20:15:31 +0000 (15:15 -0500)
committerBen Darnell <ben@bendarnell.com>
Thu, 22 Nov 2012 18:30:49 +0000 (13:30 -0500)
commitc113ac17c83f6de619446bc6ffe9ad05ec5db463
treef6e1008708d5b86d55878f8b40bdec5b9e447fb4
parent18a66beb55cf50dfba8c3e1facdf2e0416151192
Fix TwitterMixin on Python 3.

Also add tests, and add get_auth_http_client method to all auth mixins.

Closes #634.

Conflicts:
tornado/test/auth_test.py
website/sphinx/releases/next.rst
tornado/auth.py
tornado/test/auth_test.py