Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix in python3 _oauth_signature get invalid signature problem #581

Closed
wants to merge 2 commits into from

Commits on Aug 10, 2012

  1. in python3 args['oauth_nonce']'s type is bytes,_oauth_signature will …

    …get wrong result,should convert its' type to str
    
    _oauth_escape(str(v)) in function _oauth_signature,if v's type is bytes,str() will append b to the string
    wynemo committed Aug 10, 2012
    Copy the full SHA
    74ee5a4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4074de8 View commit details
    Browse the repository at this point in the history