8000
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.
1 parent e1128fe commit 712b8a8Copy full SHA for 712b8a8
Doc/library/base64.rst
@@ -250,7 +250,7 @@ The modern interface provides:
250
and return the encoded :class:`bytes`. See `Z85 specification
251
<https://rfc.zeromq.org/spec/32/>`_ for more information.
252
253
- .. versionadded:: 3.11
+ .. versionadded:: 3.13
254
255
256
.. function:: z85decode(s)
@@ -259,7 +259,7 @@ The modern interface provides:
259
return the decoded :class:`bytes`. See `Z85 specification
260
261
262
263
264
265
The legacy interface:
0 commit comments