Original file line numberDiff line numberDiff line change@@ -2256,7 +2256,7 @@ Basic customization
22562256 This is intended to provide protection against a denial-of-service caused
22572257 by carefully chosen inputs that exploit the worst case performance of a
22582258 dict insertion, *O*\ (*n*\ :sup:`2`) complexity. See
2259-http://ocert.org/advisories/ocert-2011-003.html for details.
2259+https://ocert.org/advisories/ocert-2011-003.html for details.
2260226022612261 Changing hash values affects the iteration order of sets.
22622262 Python has never made guarantees about this ordering