]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-145305: Update ocert.org URLs in docs from http to https (GH-145304) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Mar 2026 01:51:43 +0000 (02:51 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2026 01:51:43 +0000 (02:51 +0100)
(cherry picked from commit 11eec7a492670fff67fc083036d595f8498217db)

Co-authored-by: indoor47 <indoor47@gmail.com>
Co-authored-by: Adam (indoor47) <adamai@agentmail.to>
Doc/reference/datamodel.rst
Doc/using/cmdline.rst

index ed3337db21d5930576b7a1e76a126670da79bd8a..bfb06d6e446171f5f6347d581c1ec86363b284fb 100644 (file)
@@ -2205,7 +2205,7 @@ Basic customization
       This is intended to provide protection against a denial-of-service caused
       by carefully chosen inputs that exploit the worst case performance of a
       dict insertion, *O*\ (*n*\ :sup:`2`) complexity.  See
-      http://ocert.org/advisories/ocert-2011-003.html for details.
+      https://ocert.org/advisories/ocert-2011-003.html for details.
 
       Changing hash values affects the iteration order of sets.
       Python has never made guarantees about this ordering
index 762579abeaf927c1884b47d861aced1b3a801ef1..38c4e9e0bb9081a0055f11c41b89b9601996b514 100644 (file)
@@ -378,7 +378,7 @@ Miscellaneous options
    Hash randomization is intended to provide protection against a
    denial-of-service caused by carefully chosen inputs that exploit the worst
    case performance of a dict construction, *O*\ (*n*\ :sup:`2`) complexity.  See
-   http://ocert.org/advisories/ocert-2011-003.html for details.
+   https://ocert.org/advisories/ocert-2011-003.html for details.
 
    :envvar:`PYTHONHASHSEED` allows you to set a fixed value for the hash
    seed secret.