Comment 2 for bug 1740550

Revision history for this message
Pupu Toivonen (scolphoy) wrote :

To elaborate, the "except IOError, ioe:" syntax is obsolete in python3 and we should use "except IOError as ioe:" instead. This, however, is not the only issue and simply changing this syntax will not make it work.

hipdnsproxy seems to work still on Python 2.7.12