[maemo-commits] [maemo-commits] r9277 - in projects/haf/trunk/python: Lib debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jan 23 19:55:27 EET 2007
Author: osantana
Date: 2007-01-23 19:55:20 +0200 (Tue, 23 Jan 2007)
New Revision: 9277

Modified:
   projects/haf/trunk/python/Lib/urllib.py
   projects/haf/trunk/python/debian/changelog
Log:
- compiled with sqlite3 support - closes #270

Modified: projects/haf/trunk/python/Lib/urllib.py
===================================================================
--- projects/haf/trunk/python/Lib/urllib.py	2007-01-23 17:54:36 UTC (rev 9276)
+++ projects/haf/trunk/python/Lib/urllib.py	2007-01-23 17:55:20 UTC (rev 9277)
@@ -354,7 +354,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):

Modified: projects/haf/trunk/python/debian/changelog
===================================================================
--- projects/haf/trunk/python/debian/changelog	2007-01-23 17:54:36 UTC (rev 9276)
+++ projects/haf/trunk/python/debian/changelog	2007-01-23 17:55:20 UTC (rev 9277)
@@ -1,8 +1,9 @@
 python2.5 (2.5.0-1osso9) unstable; urgency=low
 
   * compiled with sqlite3 support
+  * closes #270
 
- -- Osvaldo Santana Neto <osvaldo.santana at indt.org.br>  Fri, 19 Jan 2007 13:41:00 -0300
+ -- Osvaldo Santana Neto <osvaldo.santana at indt.org.br>  Fri, 23 Jan 2007 14:55:00 -0300
 
 python2.5 (2.5.0-1osso8) unstable; urgency=low
 


More information about the maemo-commits mailing list