[Python-checkins] cpython (merge 3.2 -> default): Merge #15636: add versionadded for decodebytes

r.david.murray python-checkins at python.org
Sat Aug 18 02:56:17 CEST 2012


http://hg.python.org/cpython/rev/a343fa692bb0
changeset:   78634:a343fa692bb0
parent:      78631:73f1ba3319dd
parent:      78633:ca5b36754892
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Aug 17 20:55:54 2012 -0400
summary:
  Merge #15636: add versionadded for decodebytes

files:
  Doc/library/base64.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/library/base64.rst b/Doc/library/base64.rst
--- a/Doc/library/base64.rst
+++ b/Doc/library/base64.rst
@@ -145,6 +145,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)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list