Merge #15636: add versionadded for decodebytes

This commit is contained in:
R David Murray 2012-08-17 20:55:54 -04:00
commit cd7128a549
1 changed files with 2 additions and 0 deletions

View File

@ -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)