]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remove doc warnings about tornado.auth in python3
authorBen Darnell <ben@bendarnell.com>
Mon, 12 Sep 2011 06:16:08 +0000 (23:16 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 12 Sep 2011 06:16:08 +0000 (23:16 -0700)
tornado/auth.py
website/templates/index.html

index 612f820decc20f3ffb7b518769b96bd8c42f44ec..b9f7f57da130a75fa84aebe6566315ecfac9e399 100644 (file)
@@ -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
index d71875d6f0b1f675ec92f160bb7ab1a8bd88dcb0..40fb1661347179bf0435de9bd348bcb825f333fc 100644 (file)
@@ -55,7 +55,7 @@ sudo python setup.py install</code></pre>
   <ul>
     <li>On Python 2.6 and 2.7, there are no dependencies outside the Python standard library, although <a href="http://pycurl.sourceforge.net/">PycURL</a> (version 7.18.2 or higher required; version 7.21.1 or higher recommended) may be used if desired.</li>
     <li>On Python 2.5, PycURL is required, along with <a href="http://pypi.python.org/pypi/simplejson/">simplejson</a> and the Python development headers (typically obtained by installing a package named something like <code>python-dev</code> from your operating system).</li>
-    <li>On Python 3.2, the <a href="http://pypi.python.org/pypi/distribute">distribute</a> package is required.  Note that Python 3 support is new and may have bugs; in particular the <code>tornado.auth</code> module is known not to work on Python 3.</li>
+    <li>On Python 3.2, the <a href="http://pypi.python.org/pypi/distribute">distribute</a> package is required.  Note that Python 3 support is relatively new and may have bugs.</li>
   </ul></p>
 
   <p><b>Platforms:</b> Tornado should run on any Unix-like platform, although