From 7fb704a0d10a35270c97ef20d47b7d57963341d8 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 10 Jan 2009 19:42:38 +0000 Subject: python: remove 2.4 and 2.5 --- packages/python/python-2.5.2/06-fix-urllib-exception.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 packages/python/python-2.5.2/06-fix-urllib-exception.patch (limited to 'packages/python/python-2.5.2/06-fix-urllib-exception.patch') diff --git a/packages/python/python-2.5.2/06-fix-urllib-exception.patch b/packages/python/python-2.5.2/06-fix-urllib-exception.patch deleted file mode 100644 index d096ee9402..0000000000 --- a/packages/python/python-2.5.2/06-fix-urllib-exception.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: python/Lib/urllib.py -=================================================================== ---- python.orig/Lib/urllib.py 2007-03-06 17:16:49.000000000 -0300 -+++ python/Lib/urllib.py 2007-03-06 17:17:05.000000000 -0300 -@@ -358,7 +358,7 @@ - """Default error handler: close the connection and raise IOError.""" - void = fp.read() - fp.close() -- raise IOError, ('http error', errcode, errmsg, headers) -+ raise IOError, ('http error', errcode, errmsg) - - if hasattr(socket, "ssl"): - def open_https(self, url, data=None): -- cgit v1.2.3