requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.71k stars 422 forks source link

Update documentation for Python 3 #435

Closed gschizas closed 2 years ago

gschizas commented 3 years ago

Given that Python 2 is out of support, the documenation examples should probably use Python 3 syntax (i.e. print as a function, input instead of raw_input) instead of Python 2 syntax.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.08%) to 90.239% when pulling e58c004fe04acb598fe546d1d44f6a939c9a5aa7 on gschizas:patch-1 into 46f886ccb74652fc9c850ece960edcf2bce765a5 on requests:master.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 90.164% when pulling 5fcebf09a3f76765b26ab37ee190e8d7344d515a on gschizas:patch-1 into 46f886ccb74652fc9c850ece960edcf2bce765a5 on requests:master.

jtroussard commented 2 years ago

Made a tiny whitespace change to trigger the new coveralls/github actions pipeline.