Split long string literals at 2000 chars.
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 5 Feb 2010 19:28:37 +0000 (11:28 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 5 Feb 2010 19:28:37 +0000 (11:28 -0800)
commit08ff7078ee4ac3f5a319390b709e8075445101ea
tree53f9b32547dce43e28c5c10948338f461b5aab14
parentfe22f9acc9442f0edd271bb9a6d92afc101cb1f2
Split long string literals at 2000 chars.

(There may not be enough line breaks...)
Cython/Compiler/StringEncoding.py