commit | 75fd22519f1c69f232b36b81e3bbe55b58b98aea | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Fri Aug 17 20:55:21 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Fri Aug 17 20:55:21 2012 -0400 |
tree | 7ce61f48d0f564c9f4cda6fc7cf43f8ac3ef5237 | |
parent | 2c1d1d63100a8d9016ae47fce24e66bb860d196b [diff] |
#15636: add versionadded for decodebytes
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 @@ encoded data, and return a byte string containing the resulting binary data. ``decodestring`` is a deprecated alias. + .. versionadded:: 3.1 + .. function:: encode(input, output)