commit | 30080fd63d29e736e64d4d7b790f36485e0099b1 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed May 28 12:57:38 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed May 28 12:57:38 2014 +0300 |
tree | 51b4e123be232678b5fbbf71bd5d63a818a62da8 | |
parent | d0d4f2d0c653c94396ee1e7dc2b80d7debc80e9e [diff] |
Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular it supports reverse() and negative indices. Original patch by Claudiu Popa.