[pypy-commit] pypy py3k: merge default

bdkearns noreply at buildbot.pypy.org
Mon Mar 4 02:09:34 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: py3k
Changeset: r61982:d0d289b7040b
Date: 2013-03-03 20:08 -0500
http://bitbucket.org/pypy/pypy/changeset/d0d289b7040b/

Log:	merge default

diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -1028,7 +1028,7 @@
             param = bytes(param)
             sqlite.sqlite3_bind_blob(self.statement, idx, param, len(param), SQLITE_TRANSIENT)
         else:
-            raise InterfaceError("parameter type %s is not supported" % 
+            raise InterfaceError("parameter type %s is not supported" %
                                  type(param))
 
     def set_params(self, params):


More information about the pypy-commit mailing list