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 kalaxy
Recipients kalaxy, lukasz.langa, maciej.szulik, serhiy.storchaka
Date 2013-03-18.02:49:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363574949.3.0.244134328824.issue15927@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy,  sorry I'm not sure I understand your question.  But if you take a look at the script that exhibits the problem I think the bug that I'm reporting becomes more clear.

Namely, using the dialect configuration shown in the script, the round trip conversion from string through writer then through the reader back to string is inconsistent.  The reader should return as output the same input that was given to the corresponding writer and this is not the case.  

So even if CVS in not well defined I believe the writer and reader should at least be consistent.
History
Date User Action Args
2013-03-18 02:49:09kalaxysetrecipients: + kalaxy, lukasz.langa, serhiy.storchaka, maciej.szulik
2013-03-18 02:49:09kalaxysetmessageid: <1363574949.3.0.244134328824.issue15927@psf.upfronthosting.co.za>
2013-03-18 02:49:09kalaxylinkissue15927 messages
2013-03-18 02:49:08kalaxycreate