Re: [Yum-devel] [PATCH] Work around stupid pycurl error API

2010-08-03 Thread Tim Lauridsen
> > +errstr = str(e.args[1]) > Maybe some unicode handling would be and idea, these str('some translated string') could easy blow up :) ACK ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/

[Yum-devel] [PATCH] Work around stupid pycurl error API

2010-08-03 Thread James Antill
--- urlgrabber/grabber.py | 47 ++- 1 files changed, 46 insertions(+), 1 deletions(-) diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py index 9e781d9..2379b48 100644 --- a/urlgrabber/grabber.py +++ b/urlgrabber/grabber.py @@ -1348,7 +1348,52