#15636: add versionadded for decodebytes

This commit is contained in:
R David Murray 2012-08-17 20:55:21 -04:00
parent 2c1d1d6310
commit 75fd22519f

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