Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db724fe commit 50ef8a8Copy full SHA for 50ef8a8
1 file changed
Doc/library/binascii.rst
@@ -65,9 +65,6 @@ The :mod:`binascii` module defines the following functions:
65
data. More than one line may be passed at a time. If the optional argument
66
*header* is present and true, underscores will be decoded as spaces.
67
68
- .. versionchanged:: 3.2
69
- Accept only bytestring or bytearray objects as input.
70
-
71
72
.. function:: b2a_qp(data, quotetabs=False, istext=True, header=False)
73
@@ -156,9 +153,6 @@ The :mod:`binascii` module defines the following functions:
156
153
of hexadecimal digits (which can be upper or lower case), otherwise a
157
154
:exc:`TypeError` is raised.
158
155
159
160
161
162
163
.. exception:: Error
164
0 commit comments