You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Python 3.4 causes a deprication warning to come up in the RSA package. This is fixed in its most recent version for Python 3.5
/home/eugene/.virtualenvs/hermeslib-dev/lib/python3.4/site-packages/rsa/pem.py:92: DeprecationWarning: decodestring() is a deprecated alias, use decodebytes()
return base64.decodestring(pem)
The text was updated successfully, but these errors were encountered:
Using Python 3.4 causes a deprication warning to come up in the RSA package. This is fixed in its most recent version for Python 3.5
/home/eugene/.virtualenvs/hermeslib-dev/lib/python3.4/site-packages/rsa/pem.py:92: DeprecationWarning: decodestring() is a deprecated alias, use decodebytes()
return base64.decodestring(pem)
The text was updated successfully, but these errors were encountered: