8000 bpo-31116: Update versionadded directives · python/cpython@712b8a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 712b8a8

Browse files
committed
bpo-31116: Update versionadded directives
1 parent e1128fe commit 712b8a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/base64.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ The modern interface provides:
250250
and return the encoded :class:`bytes`. See `Z85 specification
251251
<https://rfc.zeromq.org/spec/32/>`_ for more information.
252252

253-
.. versionadded:: 3.11
253+
.. versionadded:: 3.13
254254

255255

256256
.. function:: z85decode(s)
@@ -259,7 +259,7 @@ The modern interface provides:
259259
return the decoded :class:`bytes`. See `Z85 specification
260260
<https://rfc.zeromq.org/spec/32/>`_ for more information.
261261

262-
.. versionadded:: 3.11
262+
.. versionadded:: 3.13
263263

264264

265265
The legacy interface:

0 commit comments

Comments
 (0)
0