This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: sqlite3.Connection.iterdump docs pythonicity
Type: enhancement Stage:
Components: Documentation Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: akuchling, georg.brandl, lehmannro
Priority: normal Keywords: patch

Created on 2008-08-24 21:19 by lehmannro, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
connection-iterdump.patch lehmannro, 2008-08-24 21:19 docs patch on trunk
Messages (2)
msg71875 - (view) Author: Robert Lehmann (lehmannro) * Date: 2008-08-24 21:19
The `sqlite3` docs are a little unpythonic. When using `str.join` on
`Connection.iterdump`, the example in the docs manually unpacks the
generator using a LC. I propose this'd be improved.

Patch attached. Same applies to the py3k docs, it's just a few lines
above there.
msg72688 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2008-09-06 20:28
Applied in rev. 66268; thanks!
History
Date User Action Args
2022-04-11 14:56:38adminsetgithub: 47919
2008-09-06 20:28:27akuchlingsetstatus: open -> closed
nosy: + akuchling
resolution: fixed
messages: + msg72688
2008-08-24 21:19:08lehmannrocreate