This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michalisaggela
Recipients michalisaggela
Date 2020-11-12.07:08:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605164929.5.0.192767282489.issue42331@roundup.psfhosted.org>
In-reply-to
Content
File "/Users/michaelmouchametai/Downloads/google-cloud-sdk/platform/gsutil/gslib/utils/encryption_helper.py", line 152, in Base64Sha256FromBase64EncryptionKey
    decoded_bytes = base64.decodestring(csek_encryption_key)
AttributeError: module 'base64' has no attribute 'decodestring'
History
Date User Action Args
2020-11-12 07:08:49michalisaggelasetrecipients: + michalisaggela
2020-11-12 07:08:49michalisaggelasetmessageid: <1605164929.5.0.192767282489.issue42331@roundup.psfhosted.org>
2020-11-12 07:08:49michalisaggelalinkissue42331 messages
2020-11-12 07:08:49michalisaggelacreate