[New-bugs-announce] [issue8811] fixing sqlite3 docs for py3k

Shashwat Anand report at bugs.python.org
Mon May 24 21:57:09 CEST 2010


New submission from Shashwat Anand <anand.shashwat at 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: docs at python
components: Documentation
files: sqlite.rst.patch
keywords: patch
messages: 106382
nosy: docs at 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 <report at bugs.python.org>
<http://bugs.python.org/issue8811>
_______________________________________


More information about the New-bugs-announce mailing list