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 Thibault.Kruse, ezio.melotti, r.david.murray, serhiy.storchaka, vajrasky
Date 2013-09-07.16:38:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378571921.1.0.108154830064.issue18829@psf.upfronthosting.co.za>
In-reply-to
Content
When specify an empty string error message is confusing too:

$ ./python -c 'import csv; reader = csv.reader("foo", delimiter="")'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: delimiter must be set
History
Date User Action Args
2013-09-07 16:38:41serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, r.david.murray, Thibault.Kruse, vajrasky
2013-09-07 16:38:41serhiy.storchakasetmessageid: <1378571921.1.0.108154830064.issue18829@psf.upfronthosting.co.za>
2013-09-07 16:38:41serhiy.storchakalinkissue18829 messages
2013-09-07 16:38:40serhiy.storchakacreate