[yum-commits] urlgrabber/grabber.py

James Antill james at osuosl.org
Mon Sep 20 20:35:49 UTC 2010


 urlgrabber/grabber.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fa76c0375bd6100f51a782255be582ff2eac5930
Author: James Antill <james at and.org>
Date:   Mon Sep 20 16:35:01 2010 -0400

    Decode error 52, BZ 565646

diff --git a/urlgrabber/grabber.py b/urlgrabber/grabber.py
index b2770c5..65e0720 100644
--- a/urlgrabber/grabber.py
+++ b/urlgrabber/grabber.py
@@ -1415,6 +1415,7 @@ class PyCurlFileObject(object):
                              42 : _("Aborted by callback"),
                              47 : _("Too many redirects"),
                              51 : _("Peer certificate failed verification"),
+                             52 : _("Got nothing: SSL certificate expired?"),
                              53 : _("SSL engine not found"),
                              54 : _("SSL engine set failed"),
                              55 : _("Network error send()"),


More information about the Yum-commits mailing list