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 l0nwlf
Recipients docs@python, georg.brandl, ghaering, l0nwlf
Date 2010-05-24.19:57:05
SpamBayes Score 6.8823625e-05
Marked as misclassified No
Message-id <1274731029.07.0.155563755489.issue8811@psf.upfronthosting.co.za>
In-reply-to
Content
The docs of sqlite3 for python 3.0 and 3.1 seems to be written for python 2.6 and hence wrong at many places.
like, 
>>> for member in r: print member 

However the docs for sqlite3 in py3k trunk seems fine. The sqlite3 doc in py3k trunk should be used in these places.

http://docs.python.org/release/3.0.1/library/sqlite3.html
http://docs.python.org/release/3.1/library/sqlite3.html
History
Date User Action Args
2010-05-24 19:57:09l0nwlfsetrecipients: + l0nwlf, georg.brandl, ghaering, docs@python
2010-05-24 19:57:09l0nwlfsetmessageid: <1274731029.07.0.155563755489.issue8811@psf.upfronthosting.co.za>
2010-05-24 19:57:07l0nwlflinkissue8811 messages
2010-05-24 19:57:07l0nwlfcreate