remove extraneous file
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 17 Feb 2010 17:49:17 +0000 (09:49 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 17 Feb 2010 17:49:17 +0000 (09:49 -0800)
shorter_strings.diff [deleted file]

diff --git a/shorter_strings.diff b/shorter_strings.diff
deleted file mode 100644 (file)
index 3110c91..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r 8bff3332e34f Cython/Compiler/Code.py\r
---- a/Cython/Compiler/Code.py  Tue Feb 02 02:10:32 2010 -0800\r
-+++ b/Cython/Compiler/Code.py  Thu Feb 04 19:33:59 2010 -0800\r
-@@ -667,7 +667,7 @@\r
-         decls_writer = self.parts['decls']\r
-         for _, cname, c in c_consts:\r
-             decls_writer.putln('static char %s[] = "%s";' % (\r
--                cname, c.escaped_value))\r
-+                cname, StringEncoding.split_docstring(c.escaped_value)))\r
-             if c.py_strings is not None:\r
-                 for py_string in c.py_strings.itervalues():\r
-                     py_strings.append((c.cname, len(py_string.cname), py_string))\r