mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
f79547a429
If an HTTP link is redirected to a same looking HTTPS link, the latter can be used directly without changes in readability and behavior. It protects from a men-in-the-middle attack. This change does not affect Python examples.