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.

classification
Title: Change the name of the 'f' argument of csv.DictReader and csv.DictWriter
Type: Stage: resolved
Components: Versions: Python 3.8
process
Status: closed Resolution: duplicate
Dependencies: Superseder: csv.DictReader argument names documented incorrectly
View: 16026
Assigned To: Nosy List: matrixise, serhiy.storchaka
Priority: normal Keywords:

Created on 2018-02-07 06:56 by matrixise, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg311766 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2018-02-07 06:56
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
msg311767 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-02-07 07:00
Duplicate of issue16026.
msg311770 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2018-02-07 07:35
thanks
History
Date User Action Args
2022-04-11 14:58:57adminsetgithub: 76966
2018-02-07 07:35:50matrixisesetmessages: + msg311770
2018-02-07 07:00:20serhiy.storchakasetstatus: open -> closed

superseder: csv.DictReader argument names documented incorrectly

nosy: + serhiy.storchaka
messages: + msg311767
resolution: duplicate
stage: resolved
2018-02-07 06:56:02matrixisecreate