[issue8456] sqlite3.connect documentation is incorrect

2010-07-10 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r82763. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue8456] sqlite3.connect documentation is incorrect

2010-04-19 Thread AndiDog
New submission from AndiDog : The sqlite3.connect documentation (keyword args) is incorrect: sqlite3.connect(database[, timeout, isolation_level, detect_types, factory]) As opposed to the C implementation: if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|diOiOi", kwlist,