summaryrefslogtreecommitdiffstats
path: root/Doc/library/base64.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/base64.rst')
-rw-r--r--Doc/library/base64.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst
index c07a536..4876117 100644
--- a/Doc/library/base64.rst
+++ b/Doc/library/base64.rst
@@ -68,7 +68,7 @@ POST request.
May assert or raise a :exc:`ValueError` if the length of *altchars* is not 2. Raises a
:exc:`TypeError` if *altchars* is not a :term:`bytes-like object`.
- .. versionchanged:: next
+ .. versionchanged:: 3.15
Added the *wrapcol* parameter.
@@ -285,7 +285,7 @@ Refer to the documentation of the individual functions for more information.
.. versionadded:: 3.13
- .. versionchanged:: next
+ .. versionchanged:: 3.15
The *pad* parameter was added.