[maemo-commits] [maemo-commits] r9277 - in projects/haf/trunk/python: Lib debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Jan 23 19:55:27 EET 2007
- Previous message: [maemo-commits] r9276 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r9278 - projects/haf/tags/gtkhtml/3.9.1-2osso14
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [maemo-commits] r9276 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gtk
- Next message: [maemo-commits] r9278 - projects/haf/tags/gtkhtml/3.9.1-2osso14
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
