- Django REST framework reCAPTCHA version: 0.2.0
- Django REST framework version: Any
- Django version: Any
- Python version: 2.7
- Operating System: Any
Description
In python 2 urlopen does not work as a context manager and will fail unless wrapped with contextlib.closing.
What I Did
Using the library normally will cause the following error for python 2
AttributeError:addinfourl instance has no attribute '__exit__'
Also, I apologize for running anything in Python 2 :) But I figured since I noticed it I might as well fix it.
Description
In python 2 urlopen does not work as a context manager and will fail unless wrapped with contextlib.closing.
What I Did
Using the library normally will cause the following error for python 2
AttributeError:addinfourl instance has no attribute '__exit__'Also, I apologize for running anything in Python 2 :) But I figured since I noticed it I might as well fix it.