[docs] [issue21653] Row.keys() in sqlite3 returns a list, not a tuple

Andrew McKinlay report at bugs.python.org
Wed Jun 4 00:12:21 CEST 2014


New submission from Andrew McKinlay:

The documentation here (https://docs.python.org/2/library/sqlite3.html#sqlite3.Row.keys) says that the method returns a tuple. It returns a list.

----------
assignee: docs at python
components: Documentation
messages: 219724
nosy: amckinlay, docs at python
priority: normal
severity: normal
status: open
title: Row.keys() in sqlite3 returns a list, not a tuple
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21653>
_______________________________________


More information about the docs mailing list