summaryrefslogtreecommitdiffstats
path: root/Doc/library/base64.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-01-14 14:41:12 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-01-14 14:41:32 (GMT)
commitd51cc01c197156a95e98c8d225c01204881f7da8 (patch)
tree035542a4b311ae81b705ada827858925839e8b2b /Doc/library/base64.rst
parentbab1d7a561ab015dd6bb97e255fd12a8ce367edf (diff)
downloadcpython-3.15.0a5.zip
cpython-3.15.0a5.tar.gz
cpython-3.15.0a5.tar.bz2
Python 3.15.0a5v3.15.0a5
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.