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 ashishnitinpatil
Recipients ashishnitinpatil, berker.peksag, lsowen, r.david.murray, rhettinger, skip.montanaro, vstinner, zach.ware
Date 2016-09-04.17:09:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473008983.38.0.524754786314.issue27497@psf.upfronthosting.co.za>
In-reply-to
Content
Also, I noticed in the documentation for `csv.DictWriter` (https://docs.python.org/3/library/csv.html#csv.DictWriter.writeheader) does not contain the following line -
     to the writer's file object, formatted according to the current dialect.
Although it is there for the other 2 methods (`writerow` & `writerows`) and since `writeheader` uses `writerow` in turn, I believe the said line should be included for the `writeheader` documentation as well. I have created another patch with both the changes. I ran the Doc build (make html) and have checked the addition of the said lines looks good & does not break anything.

I can make another thread if required, if you feel both the changes can't be accommodated in the same issue.
History
Date User Action Args
2016-09-04 17:09:43ashishnitinpatilsetrecipients: + ashishnitinpatil, skip.montanaro, rhettinger, vstinner, r.david.murray, berker.peksag, zach.ware, lsowen
2016-09-04 17:09:43ashishnitinpatilsetmessageid: <1473008983.38.0.524754786314.issue27497@psf.upfronthosting.co.za>
2016-09-04 17:09:43ashishnitinpatillinkissue27497 messages
2016-09-04 17:09:43ashishnitinpatilcreate