betamaxpy / betamax

A VCR imitation designed only for python-requests.
https://betamax.readthedocs.io/en/latest/
Other
562 stars 61 forks source link

Minor doc fixes #176

Closed tomkins closed 2 years ago

tomkins commented 4 years ago

Old requests autodoc URL currently redirects to https://2.python-requests.org//en/latest - which isn't configured correctly for SSL. https://github.com/psf/requests/pull/5236 changed the official documentation URL also.

And the decorators.py tweak fixes:

<unknown>:35: DeprecationWarning: invalid escape sequence \*

Which is deprecated as of Python 3.6: https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior

tomkins commented 2 years ago

Closing in favour of #195.