changeset: 94620:8d32453dd0f7 branch: 3.4 parent: 94617:6ad5909319e0 user: Berker Peksag date: Sun Feb 15 00:05:42 2015 +0200 files: Doc/library/binascii.rst description: Issue #13637: Remove outdated versionchanged directives. Patch by Martin Panter. diff -r 6ad5909319e0 -r 8d32453dd0f7 Doc/library/binascii.rst --- a/Doc/library/binascii.rst Sat Feb 14 23:04:35 2015 +0200 +++ b/Doc/library/binascii.rst Sun Feb 15 00:05:42 2015 +0200 @@ -65,9 +65,6 @@ data. More than one line may be passed at a time. If the optional argument *header* is present and true, underscores will be decoded as spaces. - .. versionchanged:: 3.2 - Accept only bytestring or bytearray objects as input. - .. function:: b2a_qp(data, quotetabs=False, istext=True, header=False) @@ -156,9 +153,6 @@ of hexadecimal digits (which can be upper or lower case), otherwise a :exc:`TypeError` is raised. - .. versionchanged:: 3.2 - Accept only bytestring or bytearray objects as input. - .. exception:: Error