mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -83,8 +83,8 @@ static const char usage_5[] =
|
|||
"PYTHONFAULTHANDLER: dump the Python traceback on fatal errors.\n";
|
||||
static const char usage_6[] =
|
||||
"PYTHONHASHSEED: if this variable is set to 'random', a random value is used\n"
|
||||
" to seed the hashes of str, bytes and datetime objects. It can also be\n"
|
||||
" set to an integer in the range [0,4294967295] to get hash values with a\n"
|
||||
" to seed the hashes of str and bytes objects. It can also be set to an\n"
|
||||
" integer in the range [0,4294967295] to get hash values with a\n"
|
||||
" predictable seed.\n"
|
||||
"PYTHONMALLOC: set the Python memory allocators and/or install debug hooks\n"
|
||||
" on Python memory allocators. Use PYTHONMALLOC=debug to install debug\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue