projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c1d1d6
)
#15636: add versionadded for decodebytes
author
R David Murray
<rdmurray@bitdance.com>
Sat, 18 Aug 2012 00:55:21 +0000
(20:55 -0400)
committer
R David Murray
<rdmurray@bitdance.com>
Sat, 18 Aug 2012 00:55:21 +0000
(20:55 -0400)
Doc/library/base64.rst
patch
|
blob
|
history
diff --git
a/Doc/library/base64.rst
b/Doc/library/base64.rst
index 06f3ab1282ff115315b94dc1b12488be188b8fe2..c08df15303ead5b38d44a04225f1f308e8aa0b56 100644
(file)
--- 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)