From c45878a85341ed1b719190ce80c49cb5cdc72d78 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 May 2005 13:30:09 +0000 Subject: Changes 7.13.2: * Unbreak tests/test_gtk.py and require pygtk >= 2.0. * Cleaned up several of the examples. * WARNING: multi.select() now requires the previously optional timeout parameter. Updated the tests and examples to reflect this change. If the timeout is not set, select could block infinitely and cause problems for the internal timeout handling in the multi stack. --- www/py-curl/patches/patch-aa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/py-curl/patches') diff --git a/www/py-curl/patches/patch-aa b/www/py-curl/patches/patch-aa index 70937c4ac94..b53731e06bf 100644 --- a/www/py-curl/patches/patch-aa +++ b/www/py-curl/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.4 2004/02/15 18:44:01 recht Exp $ +$NetBSD: patch-aa,v 1.5 2005/05/17 13:30:09 adam Exp $ ---- setup.py.orig 2004-02-14 14:05:45.000000000 +0100 -+++ setup.py 2004-02-15 19:36:23.000000000 +0100 -@@ -140,9 +140,9 @@ +--- setup.py.orig 2005-04-06 12:48:22.000000000 +0000 ++++ setup.py +@@ -136,9 +136,9 @@ def get_data_files(): # a list of tuples with (path to install to, a list of local files) data_files = [] if sys.platform == "win32": -- cgit v1.2.3