We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
binascii.a2b_base64
Bug report
The following code should raise binascii.Error but does not:
binascii.Error
import binascii binascii.a2b_base64(b'=aa==')
It appears (from looking at the source code) that this is also the case in 3.11, even in strict mode.
Your environment
Bug report
The following code should raise
binascii.Errorbut does not:It appears (from looking at the source code) that this is also the case in 3.11, even in strict mode.
Your environment