Skip to content

urlopen not a context manager in python 2 #17

@henriklindgren

Description

@henriklindgren
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions