[issue15742] SQLite3 documentation changes

2012-08-20 Thread R. David Murray
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 __

[issue15742] SQLite3 documentation changes

2012-08-20 Thread Roundup Robot
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 param

[issue15742] SQLite3 documentation changes

2012-08-20 Thread Mike Hoy
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 ___ __

[issue15742] SQLite3 documentation changes

2012-08-20 Thread Petri Lehtinen
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 ___

[issue15742] SQLite3 documentation changes

2012-08-20 Thread Mike Hoy
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