Commit Graph
1 Commits
Author SHA1 Message Date
Matthieu Darbois 1d3c326518 base64: accept str for altchars and map01 in decode functions (#11210)
* `base64.b64decode`: `altchars` can be passed as an ASCII string to the `base64.b64decode` function.

* `base64.b32decode`: `map01` argument of `base64.b32decode` accepts `str | ReadableBuffer | None`.
2023-12-31 16:50:33 +02:00