8000 bpo-31116: Add z85 feature to whatsnew · python/cpython@7636618 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7636618

Browse files
committed
bpo-31116: Add z85 feature to whatsnew
1 parent 4c634f3 commit 7636618

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,14 @@ asyncio
224224
the buffer size.
225225
(Contributed by Jamie Phan in :gh:`115199`.)
226226

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+
227235
copy
228236
----
229237

0 commit comments

Comments
 (0)
0