summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-02-14 22:06:07 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-02-14 22:06:07 (GMT)
commit2eb8f8178b61c6b2392675cbe5f1b0111194c19e (patch)
treefe4d914c8a5d4ed7bd60865b1043a0406451091f
parent2307287c92e77668b687caede996966ced48002c (diff)
parent50ef8a8e6707f8658c4eeab34cd68822aa80c4d2 (diff)
downloadcpython-2eb8f8178b61c6b2392675cbe5f1b0111194c19e.zip
cpython-2eb8f8178b61c6b2392675cbe5f1b0111194c19e.tar.gz
cpython-2eb8f8178b61c6b2392675cbe5f1b0111194c19e.tar.bz2
Issue #13637: Remove outdated versionchanged directives.
Patch by Martin Panter.
-rw-r--r--Doc/library/binascii.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/library/binascii.rst b/Doc/library/binascii.rst
index c92a8e1..3f7df74 100644
--- a/Doc/library/binascii.rst
+++ b/Doc/library/binascii.rst
@@ -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