
July 2, 2009
4:18 p.m.
Guido van Rossum <guido <at> python.org> writes:
I noted an inconsistency: first you say that the RECORD file uses the excel dialect, but at the end of the same section you say it uses the default csv settings. Sounds like you need to delete one or the other.
If I remember correctly, the default csv dialect is just the Excel dialect, so this would be two different ways of saying the same things. Regards Antoine.