Message 337776 - Python tracker (original) (raw)
Message337776
Author | remi.lapeyre |
---|---|
Recipients | docs@python, nchammas, remi.lapeyre, xtreak |
Date | 2019-03-12.16:43:29 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1552409009.75.0.15415535103.issue34713@roundup.psfhosted.org |
In-reply-to |
Content |
---|
csvwriter.writerows() does not return anything. The return value of csv.writecsv() is the return value of the write() method of the file object given as parameter in csv.writer(). I'm not sure it's safe to document it, should we return None instead? |
History | |||
---|---|---|---|
Date | User | Action | Args |
2019-03-12 16:43:29 | remi.lapeyre | set | recipients: + remi.lapeyre, docs@python, nchammas, xtreak |
2019-03-12 16:43:29 | remi.lapeyre | set | messageid: 1552409009.75.0.15415535103.issue34713@roundup.psfhosted.org |
2019-03-12 16:43:29 | remi.lapeyre | link | issue34713 messages |
2019-03-12 16:43:29 | remi.lapeyre | create |