From: Terry Jan Reedy Date: Sun, 24 Mar 2024 15:38:34 +0000 (-0400) Subject: gh-117194: Properly format 'base64' header in What's New (#117198) X-Git-Tag: v3.13.0a6~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78a651fd7fbe7a3d1702e40f4cbfa72d87241ef0;p=thirdparty%2FPython%2Fcpython.git gh-117194: Properly format 'base64' header in What's New (#117198) It needs 6, not 3, '-'s. --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index c9a93d580567..aba672dcb3f4 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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.