Skip to content

DeprecationWarning: decodestring() is a deprecated alias #117

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

Closed
knazarov opened this issue Mar 5, 2019 · 1 comment
Closed

DeprecationWarning: decodestring() is a deprecated alias #117

knazarov opened this issue Mar 5, 2019 · 1 comment

Comments

@knazarov
Copy link

knazarov commented Mar 5, 2019

When running tests with pytest that use tarantool-python, I see the following warning:

  /usr/local/lib/python3.7/site-packages/tarantool/utils.py:88: DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()
    result.salt = base64.decodestring(greeting_buf[64:])[:20]
@Totktonada
Copy link
Member

Duplicate of #114.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants