Message233509
The docs mention that "row" should be a sequence, so there is no a bug.
Here is a patch which makes writerow() accept an iterable without converting it to a list. It also adds tests for few corner cases and fixes the docs. |
|
| Date |
User |
Action |
Args |
| 2015-01-06 08:57:57 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, r.david.murray, jdufresne |
| 2015-01-06 08:57:56 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2015-01-06 08:57:56 | serhiy.storchaka | link | issue23171 messages |
| 2015-01-06 08:57:56 | serhiy.storchaka | create | |
|