summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-08-24 10:19:51 (GMT)
committerGitHub <noreply@github.com>2019-08-24 10:19:51 (GMT)
commit076d0b9f5def35aeb0f8e8aadf658dc35aace81d (patch)
tree2c807faeb8f60c5ddc26a8968e8c9da50c7716f2 /Python
parentef3ccd737020a0bb49ea0bfe48069f89bb5370a1 (diff)
downloadcpython-076d0b9f5def35aeb0f8e8aadf658dc35aace81d.zip
cpython-076d0b9f5def35aeb0f8e8aadf658dc35aace81d.tar.gz
cpython-076d0b9f5def35aeb0f8e8aadf658dc35aace81d.tar.bz2
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
(cherry picked from commit e9c90aa43144b0be1e4e393e8cb549573437a5da) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python')
-rw-r--r--Python/initconfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/initconfig.c b/Python/initconfig.c
index a87d8ae..4965904 100644
--- a/Python/initconfig.c
+++ b/Python/initconfig.c
@@ -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"