mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
This makes it analogous to a85encode() and b85encode() and allows the user to more easily meet the Z85 specification, which requires input lengths to be a multiple of 4.
1 line
75 B
ReStructuredText
1 line
75 B
ReStructuredText
Add padding support to :func:`base64.z85encode` via the ``pad`` parameter.
|