Documentation Bug - csv
Aug. 2, 2020
11:02 p.m.
Gentlemen and/or Ladies csv - CSV File Reading and Writing (at least in 3.8.5 doc) Under reader objects, the line "csvreader.__next__()" I believer should read: "csv.reader(f).__next__()" where f is the designation of a with open file or, propagating the assumptions of the examples below the read/write objects, i.e., "reader = csv.reader(f)", it could be "reader.__next__() I believe this would also apply to the next seven syntax statements. Thanks, John Oakey john@johnoakey.com <mailto:john@johnoakey.com> www.wikipython.com <http://www.wikipython.com>
2203
Age (days ago)
2203
Last active (days ago)
0 comments
1 participants
participants (1)
-
john@johnoakey.com