mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Used https for most *.python.org links
This commit is contained in:
@@ -855,7 +855,7 @@ Miscellaneous
|
||||
Unix end-of-line convention ``'\n'``, the Windows convention ``'\r\n'``, and
|
||||
the old Macintosh convention ``'\r'``.
|
||||
|
||||
.. _universal newlines: http://www.python.org/dev/peps/pep-0278
|
||||
.. _universal newlines: https://www.python.org/dev/peps/pep-0278
|
||||
|
||||
* The Memcached cache backends ``MemcachedCache`` and ``PyLibMCCache`` will
|
||||
delete a key if ``set()`` fails. This is necessary to ensure the ``cache_db``
|
||||
|
||||
Reference in New Issue
Block a user