summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/24_all_sqlite-3.8.4.patch')
-rw-r--r--patches/24_all_sqlite-3.8.4.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/patches/24_all_sqlite-3.8.4.patch b/patches/24_all_sqlite-3.8.4.patch
deleted file mode 100644
index 75ac6ac..0000000
--- a/patches/24_all_sqlite-3.8.4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://bugs.python.org/issue20901
-http://hg.python.org/cpython/rev/4d626a9df062
-
---- Lib/sqlite3/test/hooks.py
-+++ Lib/sqlite3/test/hooks.py
-@@ -162,7 +162,7 @@
- create table bar (a, b)
- """)
- second_count = len(progress_calls)
-- self.assertGreater(first_count, second_count)
-+ self.assertGreaterEqual(first_count, second_count)
-
- def CheckCancelOperation(self):
- """