[Python-checkins] cpython (merge 3.4 -> default): Issue #13637: Remove outdated versionchanged directives.

berker.peksag python-checkins at python.org
Sat Feb 14 23:05:49 CET 2015


https://hg.python.org/cpython/rev/d3ca674cf716
changeset:   94621:d3ca674cf716
parent:      94618:174f24d33bfe
parent:      94620:8d32453dd0f7
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Feb 15 00:06:07 2015 +0200
summary:
  Issue #13637: Remove outdated versionchanged directives.

Patch by Martin Panter.

files:
  Doc/library/binascii.rst |  6 ------
  1 files changed, 0 insertions(+), 6 deletions(-)


diff --git a/Doc/library/binascii.rst b/Doc/library/binascii.rst
--- a/Doc/library/binascii.rst
+++ b/Doc/library/binascii.rst
@@ -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
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list