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 712b8a8 commit a14b45fCopy full SHA for a14b45f
Doc/whatsnew/3.13.rst
@@ -224,6 +224,14 @@ asyncio
224
the buffer size.
225
(Contributed by Jamie Phan in :gh:`115199`.)
226
227
+base64
228
+---
229
+
230
+* Add :func:`base64.z85encode` and :func:`base64.z85decode` functions which allow encoding
231
+ and decoding z85 data.
232
+ See `Z85 specification <https://rfc.zeromq.org/spec/32/>`_ for more information.
233
+ (Contributed by Matan Perelman in :issue:`30598`.)
234
235
copy
236
----
237
0 commit comments