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 python-dev
Recipients Thibault.Kruse, ezio.melotti, python-dev, r.david.murray, serhiy.storchaka, vajrasky
Date 2013-12-19.14:30:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3dlb8x0lQ6z7Ljm@mail.python.org>
In-reply-to
Content
New changeset 5ed75e36be8e by Serhiy Storchaka in branch '2.7':
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
http://hg.python.org/cpython/rev/5ed75e36be8e

New changeset 52d03fbdf67a by Serhiy Storchaka in branch '3.3':
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
http://hg.python.org/cpython/rev/52d03fbdf67a

New changeset 6b17803bfddd by Serhiy Storchaka in branch 'default':
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
http://hg.python.org/cpython/rev/6b17803bfddd
History
Date User Action Args
2013-12-19 14:30:26python-devsetrecipients: + python-dev, ezio.melotti, r.david.murray, serhiy.storchaka, Thibault.Kruse, vajrasky
2013-12-19 14:30:25python-devlinkissue18829 messages
2013-12-19 14:30:25python-devcreate