New submission from Shashwat Anand <anand.shash...@gmail.com>:

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

----------
assignee: d...@python
components: Documentation
files: sqlite.rst.patch
keywords: patch
messages: 106382
nosy: d...@python, georg.brandl, ghaering, l0nwlf
priority: normal
severity: normal
status: open
title: fixing sqlite3 docs for py3k
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file17451/sqlite.rst.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8811>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to