summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2019-08-24 09:49:27 (GMT)
committerGitHub <noreply@github.com>2019-08-24 09:49:27 (GMT)
commite9c90aa43144b0be1e4e393e8cb549573437a5da (patch)
tree1fc04aa51f0834dc8fa9d6c4a4790e4d981aceab /Misc
parent4101181fd87c2fab6456663d3c8cc99377cf0463 (diff)
downloadcpython-e9c90aa43144b0be1e4e393e8cb549573437a5da.zip
cpython-e9c90aa43144b0be1e4e393e8cb549573437a5da.tar.gz
cpython-e9c90aa43144b0be1e4e393e8cb549573437a5da.tar.bz2
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
Diffstat (limited to 'Misc')
-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