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

Skip to content

Commit a14b45f

Browse files
committed
bpo-31116: Add z85 feature to whatsnew
1 parent 712b8a8 commit a14b45f

File tree

< 8000 span class="prc-TooltipV2-Tooltip-cYMVY" data-direction="se" aria-hidden="true" id=":R4atdab:">Collapse 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