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 serhiy.storchaka
Recipients kalaxy, lukasz.langa, maciej.szulik, serhiy.storchaka
Date 2012-11-18.18:33:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353263593.79.0.0103281014219.issue15927@psf.upfronthosting.co.za>
In-reply-to
Content
CSV is not well defined format. What you expect to read from csv.reader(['one', 'two'])? If two rows ['one'] and ['two'], than the reader in its own right and there is no bug which can be fixed.
History
Date User Action Args
2012-11-18 18:33:13serhiy.storchakasetrecipients: + serhiy.storchaka, lukasz.langa, maciej.szulik, kalaxy
2012-11-18 18:33:13serhiy.storchakasetmessageid: <1353263593.79.0.0103281014219.issue15927@psf.upfronthosting.co.za>
2012-11-18 18:33:13serhiy.storchakalinkissue15927 messages
2012-11-18 18:33:13serhiy.storchakacreate