[Bug 1752658] [NEW] The reCAPTCHA implementation in Mailman 2.1.26 requires Python 2.7

Mark Sapiro mark at msapiro.net
Thu Mar 1 12:14:51 EST 2018


Public bug reported:

In Mailman 2.1.26, line 154 of Mailman/Cgi/subscribe.py is

        except urllib2.URLError as e:

To work with Python older than 2.7 this needs to be

        except urllib2.URLError, e:

** Affects: mailman
     Importance: High
     Assignee: Mark Sapiro (msapiro)
         Status: In Progress

-- 
You received this bug notification because you are a member of Mailman
Coders, which is subscribed to GNU Mailman.
https://bugs.launchpad.net/bugs/1752658

Title:
  The reCAPTCHA implementation in Mailman 2.1.26 requires Python 2.7

To manage notifications about this bug go to:
https://bugs.launchpad.net/mailman/+bug/1752658/+subscriptions


More information about the Mailman-coders mailing list