New issue 1824: test_csv failing with exception message comparison https://bitbucket.org/pypy/pypy/issue/1824/test_csv-failing-with-exception-message
Martin Matusiak: See http://bugs.python.org/issue22076 The csv module has an exception message with bad grammar: - delimiter" must be an 1-character string "an" should be "a" Needs to be fixed in pypy 3.3 branch for now. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
