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 python-dev
Recipients BreamoreBoy, Claudiu.Popa, eric.araujo, ghaering, jesstess, lemburg, pfalcon, pitrou, python-dev, serhiy.storchaka, vajrasky
Date 2014-05-28.10:03:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gdnfV125Lz7Lm7@mail.python.org>
In-reply-to
Content
New changeset 6e2833ae1718 by Serhiy Storchaka in branch '2.7':
Issue #10203: sqlite3.Row now truly supports sequence protocol.  In particular
http://hg.python.org/cpython/rev/6e2833ae1718

New changeset 6af865f1a59d by Serhiy Storchaka in branch '3.4':
Issue #10203: sqlite3.Row now truly supports sequence protocol.  In particulr
http://hg.python.org/cpython/rev/6af865f1a59d

New changeset 474c97a5f0c8 by Serhiy Storchaka in branch 'default':
Issue #10203: sqlite3.Row now truly supports sequence protocol.  In particulr
http://hg.python.org/cpython/rev/474c97a5f0c8
History
Date User Action Args
2014-05-28 10:03:02python-devsetrecipients: + python-dev, lemburg, pfalcon, ghaering, pitrou, eric.araujo, jesstess, Claudiu.Popa, BreamoreBoy, serhiy.storchaka, vajrasky
2014-05-28 10:03:01python-devlinkissue10203 messages
2014-05-28 10:03:00python-devcreate