[issue15742] SQLite3 documentation changes

New submission from Mike Hoy: In Core-Mentorship we discussed this and decided on the following patch. ---------- assignee: docs@python components: Documentation files: sqlite3-docs-changes.diff keywords: patch messages: 168681 nosy: docs@python, mikehoy, r.david.murray priority: normal severity: normal status: open title: SQLite3 documentation changes versions: Python 3.3 Added file: http://bugs.python.org/file26933/sqlite3-docs-changes.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15742> _______________________________________

Petri Lehtinen added the comment: + print(c.fetchone()) I don't think this line should be added because it's not there after the first select. ---------- nosy: +petri.lehtinen _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15742> _______________________________________

Mike Hoy added the comment: Removed print function in this patch. ---------- Added file: http://bugs.python.org/file26934/sqlite3-docs-remove-print.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15742> _______________________________________

Roundup Robot added the comment: New changeset 80b15cf2611e by R David Murray in branch '3.2': #15742: clarify sqlite parameter substitution example. http://hg.python.org/cpython/rev/80b15cf2611e New changeset 2eafe04cb6ed by R David Murray in branch 'default': Merge #15742: clarify sqlite parameter substitution example. http://hg.python.org/cpython/rev/2eafe04cb6ed New changeset 857c9e1fdd1e by R David Murray in branch '2.7': #15742: clarify sqlite parameter substitution example. http://hg.python.org/cpython/rev/857c9e1fdd1e ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15742> _______________________________________

R. David Murray added the comment: Thanks, Mike. ---------- resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 2.7, Python 3.2 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue15742> _______________________________________
participants (4)
-
Mike Hoy
-
Petri Lehtinen
-
R. David Murray
-
Roundup Robot