Author: Richard Plangger <[email protected]>
Branch: py3.5
Changeset: r87629:23bd7b65f729
Date: 2016-10-08 18:47 +0200
http://bitbucket.org/pypy/pypy/changeset/23bd7b65f729/

Log:    (reubano, plan_rich) loop in the new state, test passes now

diff --git a/pypy/module/_csv/interp_reader.py 
b/pypy/module/_csv/interp_reader.py
--- a/pypy/module/_csv/interp_reader.py
+++ b/pypy/module/_csv/interp_reader.py
@@ -203,6 +203,8 @@
                 field_builder = UnicodeBuilder(1)
                 self.save_field(field_builder)
                 break
+            elif state == AFTER_ESCAPED_CRNL:
+                continue
             else:
                 break
         #
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to