requests / requests-oauthlib

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

changed "raw_input" to "input" #423

Closed w-chase closed 2 years ago

w-chase commented 4 years ago

the "raw_input" is from python2 and should not be used in python 3

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 90.164% when pulling f6ceee3d2bd4645a41237ccf7cfd629afb2dd958 on w-chase:patch-1 into 46f886ccb74652fc9c850ece960edcf2bce765a5 on requests:master.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 90.164% when pulling f6ceee3d2bd4645a41237ccf7cfd629afb2dd958 on w-chase:patch-1 into 46f886ccb74652fc9c850ece960edcf2bce765a5 on requests:master.

JonathanHuot commented 2 years ago

Thanks for the PR! Closed as duplicated of https://github.com/requests/requests-oauthlib/pull/435