[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: normal
status: open
title: SQLite3 documentation changes
versions: Python 3.3
Added file: http://bugs.python.org/file26933/sqlite3-docs-changes.diff

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com