]> granicus.if.org Git - python/commitdiff
Issue #13637: Remove outdated versionchanged directives.
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 14 Feb 2015 22:05:42 +0000 (00:05 +0200)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 14 Feb 2015 22:05:42 +0000 (00:05 +0200)
Patch by Martin Panter.

Doc/library/binascii.rst

index c92a8e160a97e26c11907e7109f3394312d1337e..3f7df74de98aee2eb23a325d60c2c617c73e4877 100644 (file)
@@ -65,9 +65,6 @@ The :mod:`binascii` module defines the following functions:
    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 @@ The :mod:`binascii` module defines the following functions:
    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