aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2016-10-27 20:02:42 -0400
committerMike Gilbert <floppym@gentoo.org>2016-10-27 20:02:42 -0400
commit97459af323867deeab8981cc82066be4a2631808 (patch)
tree970882bc9efedca7185130539284b34753076111 /dev-lang/python/files/3.3/24_all_sqlite-3.8.4.patch
parentdev-lang/python: import 2.6 with some cleanup (still broken) (diff)
downloadpython-97459af323867deeab8981cc82066be4a2631808.tar.gz
python-97459af323867deeab8981cc82066be4a2631808.tar.bz2
python-97459af323867deeab8981cc82066be4a2631808.zip
dev-lang/python: add 3.3.5
Package-Manager: portage-2.3.2
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, 14 insertions, 0 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
new file mode 100644
index 0000000..d6af2eb
--- /dev/null
+++ b/dev-lang/python/files/3.3/24_all_sqlite-3.8.4.patch
@@ -0,0 +1,14 @@
+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):
+ """