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
{{ message }}
Implement strict_mode keyword parameter in binascii.a2b_base64() #4374
Since Python 3.11,
binascii.a2b_base64()function became to providestrict_modekeyword parameter. 1Related links
RustPython/stdlib/src/binascii.rs
Line 147 in 1d8269f
Footnotes
https://docs.python.org/3/library/binascii.html?highlight=binascii#binascii.a2b_base64 ↩