diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-08-18 00:55:21 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-08-18 00:55:21 (GMT) |
commit | 75fd22519f1c69f232b36b81e3bbe55b58b98aea (patch) | |
tree | 7ce61f48d0f564c9f4cda6fc7cf43f8ac3ef5237 /Doc | |
parent | 2c1d1d63100a8d9016ae47fce24e66bb860d196b (diff) | |
download | cpython-75fd22519f1c69f232b36b81e3bbe55b58b98aea.zip cpython-75fd22519f1c69f232b36b81e3bbe55b58b98aea.tar.gz cpython-75fd22519f1c69f232b36b81e3bbe55b58b98aea.tar.bz2 |
#15636: add versionadded for decodebytes
Diffstat (limited to 'Doc')
-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 06f3ab1..c08df15 100644 --- a/Doc/library/base64.rst +++ b/Doc/library/base64.rst @@ -140,6 +140,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) |