aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files/3.3/24_all_sqlite-3.8.4.patch')
-rw-r--r--dev-lang/python/files/3.3/24_all_sqlite-3.8.4.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-lang/python/files/3.3/24_all_sqlite-3.8.4.patch b/dev-lang/python/files/3.3/24_all_sqlite-3.8.4.patch
deleted file mode 100644
index d6af2eb..0000000
--- a/dev-lang/python/files/3.3/24_all_sqlite-3.8.4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-http://bugs.python.org/issue20901
-http://hg.python.org/cpython/rev/dbc9e3ed5e9f
-
---- 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):
- """