[issue26451] CSV documentation doesn't open with an example

2020-12-12 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Pyt

[issue26451] CSV documentation doesn't open with an example

2020-11-24 Thread Irit Katriel
Irit Katriel added the comment: The example in the patch is very similar to the example that's in the doc under "A short usage example::", which is not that far below the beginning of the doc. -- nosy: +iritkatriel status: open -> pending ___ Pytho

[issue26451] CSV documentation doesn't open with an example

2016-02-27 Thread Alex LordThorsen
New submission from Alex LordThorsen: Had a friend get stuck on the CSV documentation. They didn't know what a CSV was (to start with) and couldn't find an example that made sense to them. they went to other sources to figure out how to read CSV files in the end. I made this patch in the hope