]> granicus.if.org Git - python/commitdiff
#15636: add versionadded for decodebytes
authorR David Murray <rdmurray@bitdance.com>
Sat, 18 Aug 2012 00:55:21 +0000 (20:55 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 18 Aug 2012 00:55:21 +0000 (20:55 -0400)
Doc/library/base64.rst

index 06f3ab1282ff115315b94dc1b12488be188b8fe2..c08df15303ead5b38d44a04225f1f308e8aa0b56 100644 (file)
@@ -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)