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.

Author lehmannro
Recipients georg.brandl, lehmannro
Date 2008-08-24.21:19:07
SpamBayes Score 0.00021415928
Marked as misclassified No
Message-id <1219612748.54.0.0398165047003.issue3669@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-24 21:19:08lehmannrosetrecipients: + lehmannro, georg.brandl
2008-08-24 21:19:08lehmannrosetmessageid: <1219612748.54.0.0398165047003.issue3669@psf.upfronthosting.co.za>
2008-08-24 21:19:07lehmannrolinkissue3669 messages
2008-08-24 21:19:07lehmannrocreate