[Git][reproducible-builds/reproducible-website][master] The Python documentation URLs do not need a version number
Roland Clobus (@rclobus-guest)
gitlab at salsa.debian.org
Thu Mar 7 13:47:10 UTC 2024
Roland Clobus pushed to branch master at Reproducible Builds / reproducible-website
Commits:
6fbbb2b3 by Roland Clobus at 2024-03-07T14:45:39+01:00
The Python documentation URLs do not need a version number
- - - - -
1 changed file:
- _docs/stable_outputs.md
Changes:
=====================================
_docs/stable_outputs.md
=====================================
@@ -6,8 +6,8 @@ permalink: /docs/stable-outputs/
Data structures such as [Perl
hashes](http://perldoc.perl.org/functions/keys.html), [Python
-dictionaries](https://docs.python.org/3.8/library/stdtypes.html#mapping-types-dict)
-and [sets](https://docs.python.org/3.8/library/stdtypes.html#set-types-set-frozenset),
+dictionaries](https://docs.python.org/library/stdtypes.html#mapping-types-dict)
+and [sets](https://docs.python.org/library/stdtypes.html#set-types-set-frozenset),
or [Ruby Hash objects](https://ruby-doc.org/core/Hash.html) will list their keys
in a different order on every run to limit [algorithmic complexity
attacks](http://perldoc.perl.org/perlsec.html#Algorithmic-Complexity-Attacks).
@@ -43,7 +43,7 @@ Python
------
Python users can similarly set the environment variable
-[PYTHONHASHSEED](https://docs.python.org/3.8/using/cmdline.html#envvar-PYTHONHASHSEED).
+[PYTHONHASHSEED](https://docs.python.org/using/cmdline.html#envvar-PYTHONHASHSEED).
When set to a given integer value, orders in dictionaries and sets will be the
same on every run.
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/6fbbb2b3c065511caffb204ec701818e0195d144
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/6fbbb2b3c065511caffb204ec701818e0195d144
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20240307/cab2fb9a/attachment.htm>
More information about the rb-commits
mailing list