diff options
Diffstat (limited to 'doc/src/connection.rst')
-rw-r--r-- | doc/src/connection.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/connection.rst b/doc/src/connection.rst index c99c8bd..0bc584c 100644 --- a/doc/src/connection.rst +++ b/doc/src/connection.rst @@ -706,9 +706,13 @@ The ``connection`` class .. attribute:: async + async_ Read only attribute: 1 if the connection is asynchronous, 0 otherwise. + .. versionchanged:: 2.7 added the `!async_` alias for Python versions + where `!async` is a keyword. + .. method:: poll() |