diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst index afbedce3baa..ade0f07ca7a 100644 --- a/Doc/library/base64.rst +++ b/Doc/library/base64.rst @@ -145,6 +145,8 @@ The legacy interface: encoded data, and return a byte string containing the resulting binary data. ``decodestring`` is a deprecated alias. + .. versionadded:: 3.1 + .. function:: encode(input, output)