gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)

This commit is contained in:
Serhiy Storchaka 2022-09-24 14:38:53 +03:00 committed by GitHub
parent f00383ec9b
commit db39050396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 63 additions and 63 deletions

View file

@ -517,7 +517,7 @@ References
Some good alternative discussions of Python's Unicode support are:
* `Processing Text Files in Python 3 <http://python-notes.curiousefficiency.org/en/latest/python3/text_file_processing.html>`_, by Nick Coghlan.
* `Processing Text Files in Python 3 <https://python-notes.curiousefficiency.org/en/latest/python3/text_file_processing.html>`_, by Nick Coghlan.
* `Pragmatic Unicode <https://nedbatchelder.com/text/unipain.html>`_, a PyCon 2012 presentation by Ned Batchelder.
The :class:`str` type is described in the Python library reference at