Code review comment for lp://staging/~cody-somerville/offspring/fix-offspring-on-python2.7

Revision history for this message
Timothy R. Chavez (timrchavez) wrote :

51 + connection = TimeoutHTTPConnection(host)
52 + self._connection = host, connection

Why does self._connection get set for sys.version_info >= 2.7 but not < 2.7?

« Back to merge proposal