mirror of https://github.com/python/cpython.git
gh-117194: Properly format 'base64' header in What's New (#117198)
It needs 6, not 3, '-'s.
This commit is contained in:
parent
f267d5bf2a
commit
78a651fd7f
|
@ -284,7 +284,7 @@ asyncio
|
|||
(Contributed by Pierre Ossman in :gh:`113538`.)
|
||||
|
||||
base64
|
||||
---
|
||||
------
|
||||
|
||||
* Add :func:`base64.z85encode` and :func:`base64.z85decode` functions which allow encoding
|
||||
and decoding z85 data.
|
||||
|
|
Loading…
Reference in New Issue