mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Add versionadded for sys.flags.hash_randomization variable
This commit is contained in:
parent
060b812a4b
commit
6d37c4e388
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
:mod:`sys` --- System-specific parameters and functions
|
||||
=======================================================
|
||||
|
||||
|
|
@ -291,6 +290,8 @@ always available.
|
|||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
.. versionadded:: 2.7.3
|
||||
The ``hash_randomization`` attribute.
|
||||
|
||||
.. data:: float_info
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue