summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
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 /Misc/python.man
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 'Misc/python.man')
-rw-r--r--Misc/python.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 8d5ad8c..3aa9f1f 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -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