
python-checkins at python
Aug 17, 2012, 5:56 PM
Post #1 of 1
(36 views)
Permalink
|
|
cpython (merge 3.2 -> default): Merge #15636: add versionadded for decodebytes
|
|
http://hg.python.org/cpython/rev/a343fa692bb0 changeset: 78634:a343fa692bb0 parent: 78631:73f1ba3319dd parent: 78633:ca5b36754892 user: R David Murray <rdmurray [at] bitdance> 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
|