Issue 3669: sqlite3.Connection.iterdump docs pythonicity (original) (raw)

Issue3669

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:38 admin set github: 47919
2008-09-06 20:28:27 akuchling set status: open -> closednosy: + akuchlingresolution: fixedmessages: +
2008-08-24 21:19:08 lehmannro create