From: Ben Darnell Date: Mon, 12 Sep 2011 06:16:08 +0000 (-0700) Subject: Remove doc warnings about tornado.auth in python3 X-Git-Tag: v2.1.0~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8fd0c1988816b38600b1552d8d8b4e131ecc496;p=thirdparty%2Ftornado.git Remove doc warnings about tornado.auth in python3 --- diff --git a/tornado/auth.py b/tornado/auth.py index 612f820de..b9f7f57da 100644 --- a/tornado/auth.py +++ b/tornado/auth.py @@ -42,10 +42,6 @@ Example usage for Google OpenID:: if not user: raise tornado.web.HTTPError(500, "Google auth failed") # Save the user with, e.g., set_secure_cookie() - -.. note:: - - The ``tornado.auth`` module is not yet compatible with Python 3. """ import base64 diff --git a/website/templates/index.html b/website/templates/index.html index d71875d6f..40fb16613 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -55,7 +55,7 @@ sudo python setup.py install

Platforms: Tornado should run on any Unix-like platform, although