From 0608bfdcb68d32a27648966eb418143a7e0b3d0a Mon Sep 17 00:00:00 2001 From: Rahix <rahix@rahix.de> Date: Thu, 22 Aug 2019 15:06:11 +0200 Subject: [PATCH] docs: Mark os.urandom() as version 1.3 Signed-off-by: Rahix <rahix@rahix.de> --- Documentation/pycardium/os.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/pycardium/os.rst b/Documentation/pycardium/os.rst index e7e174ca..ce71c1b4 100644 --- a/Documentation/pycardium/os.rst +++ b/Documentation/pycardium/os.rst @@ -26,6 +26,8 @@ CPython-Like Return ``n`` random bytes. + .. versionadded:: 1.3 + :param int n: Number of random bytes to retrieve. :returns: ``bytes()`` object with ``n`` random bytes. -- GitLab