mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25778 -- Updated docs links to use https when available.
This commit is contained in:
@@ -13,7 +13,7 @@ Last year :func:`~django.utils.html.strip_tags` was changed to work
|
||||
iteratively. The problem is that the size of the input it's processing can
|
||||
increase on each iteration which results in an infinite loop in
|
||||
``strip_tags()``. This issue only affects versions of Python that haven't
|
||||
received `a bugfix in HTMLParser <http://bugs.python.org/issue20288>`_; namely
|
||||
received `a bugfix in HTMLParser <https://bugs.python.org/issue20288>`_; namely
|
||||
Python < 2.7.7 and 3.3.5. Some operating system vendors have also backported
|
||||
the fix for the Python bug into their packages of earlier versions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user