Skip to content

Commit 28e1f40

Browse files
committed
qualify folks not rely on the wording, from in-person review by gpshead
1 parent 83591f2 commit 28e1f40

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/library/ssl.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,9 @@ Exceptions
268268
item of the list is the top of the queue. If :attr:`reason` is not enough
269269
to diagnose a problem, OpenSSL may report more detail through this queue.
270270
The format of the strings follows that of OpenSSL's
271-
`ERR_error_string <https://docs.openssl.org/master/man3/ERR_error_string/>`_.
271+
`ERR_error_string <https://docs.openssl.org/master/man3/ERR_error_string/>`_,
272+
and may change between OpenSSL versions (i.e. do not rely on the exact
273+
wording of these messages).
272274

273275
.. versionadded:: 3.16
274276

0 commit comments

Comments
 (0)