[issue8129] Wrong arguments in sqlite3.connect() documentation

2010-07-29 Thread STINNER Victor
STINNER Victor added the comment: I was trying to fix but, but... oh! Georg fixed that 2 weeks ago (r82763). Thank you! -- resolution: -> fixed status: open -> closed ___ Python tracker __

[issue8129] Wrong arguments in sqlite3.connect() documentation

2010-03-13 Thread Florent Xicluna
Changes by Florent Xicluna : -- priority: -> normal stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue8129] Wrong arguments in sqlite3.connect() documentation

2010-03-12 Thread STINNER Victor
New submission from STINNER Victor : Python documentation has the prototype: sqlite3.connect(database[, timeout, isolation_level, detect_types, factory]) http://docs.python.org/library/sqlite3.html#sqlite3.connect Source code: - sqlite.rst: .. function:: connect(database[, timeout, isolation