Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50ef8a8

Browse files
committed
Issue #13637: Remove outdated versionchanged directives.
Patch by Martin Panter.
1 parent db724fe commit 50ef8a8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Doc/library/binascii.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ The :mod:`binascii` module defines the following functions:
6565
data. More than one line may be passed at a time. If the optional argument
6666
*header* is present and true, underscores will be decoded as spaces.
6767

68-
.. versionchanged:: 3.2
69-
Accept only bytestring or bytearray objects as input.
70-
7168

7269
.. function:: b2a_qp(data, quotetabs=False, istext=True, header=False)
7370

@@ -156,9 +153,6 @@ The :mod:`binascii` module defines the following functions:
156153
of hexadecimal digits (which can be upper or lower case), otherwise a
157154
:exc:`TypeError` is raised.
158155

159-
.. versionchanged:: 3.2
160-
Accept only bytestring or bytearray objects as input.
161-
162156

163157
.. exception:: Error
164158

0 commit comments

Comments
 (0)