[New-bugs-announce] [issue3669] sqlite3.Connection.iterdump docs pythonicity

Robert Lehmann report at bugs.python.org
Sun Aug 24 23:19:08 CEST 2008


New submission from Robert Lehmann <lehmannro at gmail.com>:

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.

----------
assignee: georg.brandl
components: Documentation
files: connection-iterdump.patch
keywords: patch
messages: 71875
nosy: georg.brandl, lehmannro
severity: normal
status: open
title: sqlite3.Connection.iterdump docs pythonicity
type: feature request
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file11237/connection-iterdump.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3669>
_______________________________________


More information about the New-bugs-announce mailing list