diff options
Diffstat (limited to 'Doc/library/base64.rst')
-rw-r--r-- | Doc/library/base64.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst index afbedce..ade0f07 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) |