Skip to content
Snippets Groups Projects
Verified Commit 0608bfdc authored by rahix's avatar rahix
Browse files

docs: Mark os.urandom() as version 1.3


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent fd1ffbc2
No related branches found
No related tags found
No related merge requests found
Pipeline #2886 passed
...@@ -26,6 +26,8 @@ CPython-Like ...@@ -26,6 +26,8 @@ CPython-Like
Return ``n`` random bytes. Return ``n`` random bytes.
.. versionadded:: 1.3
:param int n: Number of random bytes to retrieve. :param int n: Number of random bytes to retrieve.
:returns: ``bytes()`` object with ``n`` random bytes. :returns: ``bytes()`` object with ``n`` random bytes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment