[New-bugs-announce] [issue42331] 'base64' has no attribute 'decodestring'

michalis aggela report at bugs.python.org
Thu Nov 12 02:08:49 EST 2020


New submission from michalis aggela <michalisaggela at gmail.com>:

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'

----------
components: Build
messages: 380805
nosy: michalisaggela
priority: normal
severity: normal
status: open
title: 'base64' has no attribute 'decodestring'
type: crash
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42331>
_______________________________________


More information about the New-bugs-announce mailing list