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

2014-06-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset f51ecdac91c8 by R David Murray in branch '2.7': #21653: fix doc for return type of sqlite3.Row.keys(). http://hg.python.org/cpython/rev/f51ecdac91c8 New changeset 6c890b2739f4 by R David Murray in branch '3.4': #21653: fix doc for return type of

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

2014-06-05 Thread R. David Murray
R. David Murray added the comment: Fixed. Thanks for the report. -- nosy: +r.david.murray resolution: - fixed stage: needs patch - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21653

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

2014-06-03 Thread Andrew McKinlay
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@python components: Documentation messages: 219724 nosy: amckinlay, docs@python

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

2014-06-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +ghaering versions: +Python 3.4, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21653 ___

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

2014-06-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- keywords: +easy stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21653 ___