Message317729
| Author | serhiy.storchaka |
|---|---|
| Recipients | rhettinger, serhiy.storchaka, wsanchez |
| Date | 2018-05-26.07:45:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527320740.0.0.682650639539.issue33651@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I have the same question. Do you have a concrete example where this can be useful? sqlite3.Row is not a mapping. It is a sequence. >>> import sqlite3 >>> import collections.abc >>> issubclass(sqlite3.Row, collections.abc.Sequence) True |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-26 07:45:40 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, wsanchez |
| 2018-05-26 07:45:40 | serhiy.storchaka | set | messageid: <1527320740.0.0.682650639539.issue33651@psf.upfronthosting.co.za> |
| 2018-05-26 07:45:39 | serhiy.storchaka | link | issue33651 messages |
| 2018-05-26 07:45:39 | serhiy.storchaka | create | |