diff --git a/tornado/auth.py b/tornado/auth.py index 91a29519..8df24f88 100644 --- a/tornado/auth.py +++ b/tornado/auth.py @@ -43,6 +43,9 @@ Example usage for Google OpenID:: 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 0a194fcf..d71875d6 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -55,7 +55,7 @@ sudo python setup.py install
python-dev
from your operating system).tornado.auth
module is known not to work on Python 3.Platforms: Tornado should run on any Unix-like platform, although