cpython: d3ca674cf716 (original) (raw)

Mercurial > cpython

changeset 94621:d3ca674cf716

Issue #13637: Remove outdated versionchanged directives. Patch by Martin Panter. [#13637]

Berker Peksag berker.peksag@gmail.com
date Sun, 15 Feb 2015 00:06:07 +0200
parents 174f24d33bfe(current diff)8d32453dd0f7(diff)
children 55f5e960cc40
files
diffstat 1 files changed, 0 insertions(+), 6 deletions(-)[+] [-] Doc/library/binascii.rst 6

line wrap: on

line diff

--- a/Doc/library/binascii.rst +++ b/Doc/library/binascii.rst @@ -65,9 +65,6 @@ The :mod:binascii module defines the f 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.

- .. function:: b2a_qp(data, quotetabs=False, istext=True, header=False) @@ -156,9 +153,6 @@ The :mod:binascii module defines the f of hexadecimal digits (which can be upper or lower case), otherwise a :exc:TypeError is raised.

- .. exception:: Error