[issue22076] csv module bad grammar in exception message

2014-07-27 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Martin. -- assignee: -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue22076] csv module bad grammar in exception message

2014-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset c0c7da9f0069 by Berker Peksag in branch 'default': Issue #22076: Minor grammar fix. http://hg.python.org/cpython/rev/c0c7da9f0069 -- nosy: +python-dev ___ Python tracker

[issue22076] csv module bad grammar in exception message

2014-07-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: -serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue22076] csv module bad grammar in exception message

2014-07-26 Thread Martin Matusiak
New submission from Martin Matusiak: The csv module has an exception message with bad grammar: - delimiter" must be an 1-character string "an" should be "a" -- components: Library (Lib) files: csv_grammar_fix.diff keywords: patch messages: 224028 nosy: haypo, numerodix, serhiy.storchak