diff options
Diffstat (limited to 'django/core/files')
| -rw-r--r-- | django/core/files/locks.py | 4 | ||||
| -rw-r--r-- | django/core/files/temp.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/django/core/files/locks.py b/django/core/files/locks.py index 63c7fda9bb..42631b3492 100644 --- a/django/core/files/locks.py +++ b/django/core/files/locks.py @@ -6,8 +6,8 @@ Cookbook [1] (licensed under the Python Software License) and a ctypes port by Anatoly Techtonik for Roundup [2] (license [3]). [1] http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65203 -[2] http://sourceforge.net/p/roundup/code/ci/default/tree/roundup/backends/portalocker.py -[3] http://sourceforge.net/p/roundup/code/ci/default/tree/COPYING.txt +[2] https://sourceforge.net/p/roundup/code/ci/default/tree/roundup/backends/portalocker.py +[3] https://sourceforge.net/p/roundup/code/ci/default/tree/COPYING.txt Example Usage:: diff --git a/django/core/files/temp.py b/django/core/files/temp.py index 5fbb91b9ee..07935930bd 100644 --- a/django/core/files/temp.py +++ b/django/core/files/temp.py @@ -13,7 +13,7 @@ The custom version of NamedTemporaryFile doesn't support the same keyword arguments available in tempfile.NamedTemporaryFile. 1: https://mail.python.org/pipermail/python-list/2005-December/336957.html -2: http://bugs.python.org/issue14243 +2: https://bugs.python.org/issue14243 """ import os |
