Reposting #534. For some reason, GitHub wasn't letting me merge master into that branch, so I'm resubmitting.
The call signature for types.MethodType changed in Python 3, causing
an error. There is no six import or similar to handle this easily, so
detecting the Python version is required.
Reposting #534. For some reason, GitHub wasn't letting me merge master into that branch, so I'm resubmitting.
The call signature for
types.MethodType
changed in Python 3, causing an error. There is no six import or similar to handle this easily, so detecting the Python version is required.