From 6cfd9192b7c76dce2979e72f77fae2d653d58ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Tue, 15 Mar 2016 14:35:19 +0100 Subject: Add version in the doc --- docs/hazmat/primitives/padding.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/hazmat/primitives/padding.rst') diff --git a/docs/hazmat/primitives/padding.rst b/docs/hazmat/primitives/padding.rst index 475976af..0b76327e 100644 --- a/docs/hazmat/primitives/padding.rst +++ b/docs/hazmat/primitives/padding.rst @@ -56,6 +56,8 @@ multiple of the block size. .. class:: ANSIX923(block_size) + .. versionadded:: 1.3 + `ANSI X.923`_ padding works by appending ``N-1`` bytes with the value of ``0`` and a last byte with the value of ``chr(N)``, where ``N`` is the number of bytes required to make the final block of data the same size as -- cgit v1.2.3