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 matrixise
Recipients matrixise
Date 2018-02-07.06:56:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517986562.49.0.467229070634.issue32785@psf.upfronthosting.co.za>
In-reply-to
Content
The name of the first argument of csv.DictReader and csv.DictWriter is 'f', I propose to rename it to 'csvfile' to be more consistent. 
It's just a small refactoring based on the issue #32784
History
Date User Action Args
2018-02-07 06:56:02matrixisesetrecipients: + matrixise
2018-02-07 06:56:02matrixisesetmessageid: <1517986562.49.0.467229070634.issue32785@psf.upfronthosting.co.za>
2018-02-07 06:56:02matrixiselinkissue32785 messages
2018-02-07 06:56:02matrixisecreate