The reCAPTCHA implementation in Mailman 2.1.26 requires Python 2.7

Bug #1752658 reported by Mark Sapiro
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GNU Mailman
Fix Released
High
Mark Sapiro

Bug Description

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:

Related branches

Mark Sapiro (msapiro)
Changed in mailman:
status: In Progress → Fix Committed
Mark Sapiro (msapiro)
Changed in mailman:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.