summaryrefslogtreecommitdiff
path: root/docs/ref/files
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-12-19 16:25:57 +0100
committerClaude Paroz <claude@2xlibre.net>2014-12-19 18:07:52 +0100
commit0a4b04fc23356aa6970ca1b17cb5e6955b108289 (patch)
treee1e95b2272cf770afeb07deb26126f27bf36d4f1 /docs/ref/files
parent742fba94554818a988fe1e6cc8aa547831cca872 (diff)
Used https for most *.python.org links
Diffstat (limited to 'docs/ref/files')
-rw-r--r--docs/ref/files/file.txt2
-rw-r--r--docs/ref/files/uploads.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/files/file.txt b/docs/ref/files/file.txt
index 57f8e9eab3..fd5a915426 100644
--- a/docs/ref/files/file.txt
+++ b/docs/ref/files/file.txt
@@ -60,7 +60,7 @@ The ``File`` Class
``'\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
.. method:: chunks([chunk_size=None])
diff --git a/docs/ref/files/uploads.txt b/docs/ref/files/uploads.txt
index 0817816197..5746985911 100644
--- a/docs/ref/files/uploads.txt
+++ b/docs/ref/files/uploads.txt
@@ -86,7 +86,7 @@ Here are some useful attributes of ``UploadedFile``:
as ending a line: the 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
.. versionchanged:: 1.8