mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
This commit is contained in:
parent
4101181fd8
commit
e9c90aa431
4 changed files with 7 additions and 7 deletions
|
|
@ -431,7 +431,7 @@ If this is set to a comma-separated string it is equivalent to
|
|||
specifying the \fB\-W\fP option for each separate value.
|
||||
.IP PYTHONHASHSEED
|
||||
If this variable is set to "random", a random value is used to seed the hashes
|
||||
of str, bytes and datetime objects.
|
||||
of str and bytes objects.
|
||||
|
||||
If PYTHONHASHSEED is set to an integer value, it is used as a fixed seed for
|
||||
generating the hash() of the types covered by the hash randomization. Its
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue