diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-03 04:56:02 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-02-03 04:56:02 +0000 |
| commit | de8b335d80ecba0305e2b4796373a4064fd450b3 (patch) | |
| tree | 26a5fab1a9f022adda5d5ad2de78b816fe0350e1 /doc/src/module.rst | |
| parent | a8a3a298f8ade3b0430ff2df0a5d5ee1fe920e3d (diff) | |
| parent | ca42306d7916647448184907e03c77ff54ebd4f9 (diff) | |
| download | psycopg2-sql-compose.tar.gz | |
Merge branch 'master' into sql-composesql-compose
Diffstat (limited to 'doc/src/module.rst')
| -rw-r--r-- | doc/src/module.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/module.rst b/doc/src/module.rst index 97fbdf1..2bd259e 100644 --- a/doc/src/module.rst +++ b/doc/src/module.rst @@ -64,7 +64,8 @@ The module interface respects the standard defined in the |DBAPI|_. cursors you can use this parameter instead of subclassing a connection. Using *async*\=\ `!True` an asynchronous connection will be created: see - :ref:`async-support` to know about advantages and limitations. + :ref:`async-support` to know about advantages and limitations. *async_* is + a valid alias for the Python version where ``async`` is a keyword. .. versionchanged:: 2.4.3 any keyword argument is passed to the connection. Previously only the @@ -76,6 +77,9 @@ The module interface respects the standard defined in the |DBAPI|_. .. versionchanged:: 2.7 both *dsn* and keyword arguments can be specified. + .. versionchanged:: 2.7 + added *async_* alias. + .. seealso:: - `~psycopg2.extensions.parse_dsn` |
