Author: Alex Gaynor <[email protected]>
Branch: stdlib-2.7.11
Changeset: r83208:768873b2de62
Date: 2016-03-20 19:44 -0400
http://bitbucket.org/pypy/pypy/changeset/768873b2de62/
Log: crap
diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py
--- a/lib_pypy/_sqlite3.py
+++ b/lib_pypy/_sqlite3.py
@@ -1155,7 +1155,7 @@
class Row(object):
def __init__(self, cursor, values):
- if not (type(cursor) is Cursor or issubclass(type(cursor), Cursor):
+ if not (type(cursor) is Cursor or issubclass(type(cursor), Cursor)):
raise TypeError("instance of cursor required for first argument")
self.description = cursor.description
self.values = values
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit