summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-08-18 00:55:54 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-08-18 00:55:54 (GMT)
commitcd7128a549ffa8b264f4ef0c038b2ba112fd72e4 (patch)
tree47e65a2e190d9375f358e914dfb96d88b37cfeab /Doc
parentf66903631978d6b84031375a9da8ca12c7f6972f (diff)
parent75fd22519f1c69f232b36b81e3bbe55b58b98aea (diff)
downloadcpython-cd7128a549ffa8b264f4ef0c038b2ba112fd72e4.zip
cpython-cd7128a549ffa8b264f4ef0c038b2ba112fd72e4.tar.gz
cpython-cd7128a549ffa8b264f4ef0c038b2ba112fd72e4.tar.bz2
Merge #15636: add versionadded for decodebytes
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/base64.rst2
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)