From 54cc3906ad27da084d2c6409cf1c630c9af39ede Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 12 Sep 2012 10:49:07 -0400 Subject: Add versionadded tag for get_signature_algorithm documentation. --- doc/api/crypto.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index 4d3961c..7c77b03 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst @@ -235,6 +235,8 @@ X509 objects have the following methods: Return the signature algorithm used in the certificate. If the algorithm is undefined, raise :py:data:`ValueError`. + ..versionadded:: 0.13 + .. py:method:: X509.get_subject() -- cgit v1.2.1