Merge from 3.5

This commit is contained in:
Berker Peksag 2016-09-07 04:03:02 +03:00
commit d519e025d8

View file

@ -183,7 +183,7 @@ Module functions and constants
parameter is 5.0 (five seconds). parameter is 5.0 (five seconds).
For the *isolation_level* parameter, please see the For the *isolation_level* parameter, please see the
:attr:`Connection.isolation_level` property of :class:`Connection` objects. :attr:`~Connection.isolation_level` property of :class:`Connection` objects.
SQLite natively supports only the types TEXT, INTEGER, REAL, BLOB and NULL. If SQLite natively supports only the types TEXT, INTEGER, REAL, BLOB and NULL. If
you want to use other types you must add support for them yourself. The you want to use other types you must add support for them yourself. The