This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Typo in sqlite3 documentation.
Type: Stage:
Components: Documentation Versions: Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, georg.brandl, olt
Priority: normal Keywords:

Created on 2008-11-26 13:48 by olt, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg76465 - (view) Author: (olt) Date: 2008-11-26 13:48
There is a small typo in the possible Connection.isolation_level
http://docs.python.org/library/sqlite3.html#connection-objects
Its EXCLUSIVE not EXLUSIVE.
msg76477 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-11-26 17:39
Thanks for the report! Fixed in r67398.
History
Date User Action Args
2022-04-11 14:56:41adminsetgithub: 48689
2008-11-26 17:39:37benjamin.petersonsetstatus: open -> closed
resolution: duplicate
messages: + msg76477
nosy: + benjamin.peterson
2008-11-26 13:49:14oltsetassignee: georg.brandl
components: + Documentation, - Distutils
nosy: + georg.brandl
2008-11-26 13:48:44oltcreate