From 0a4b04fc23356aa6970ca1b17cb5e6955b108289 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 19 Dec 2014 16:25:57 +0100 Subject: Used https for most *.python.org links --- docs/topics/python3.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/topics/python3.txt') diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt index 8e4c3f1e63..2f1321a919 100644 --- a/docs/topics/python3.txt +++ b/docs/topics/python3.txt @@ -42,7 +42,7 @@ developers are used to dealing with such constraints. Porting tools provided by Django are inspired by this philosophy, and it's reflected throughout this guide. -.. _Python's official porting guide: http://docs.python.org/3/howto/pyporting.html +.. _Python's official porting guide: https://docs.python.org/3/howto/pyporting.html .. _Pragmatic Unicode: http://nedbatchelder.com/text/unipain.html Porting tips @@ -401,6 +401,6 @@ extras. ``testcase.assertRegex`` on Python 3. ``assertRegexpMatches`` still exists in current Python 3 versions, but issues a warning. -.. _unicode: http://docs.python.org/2/library/functions.html#unicode +.. _unicode: https://docs.python.org/2/library/functions.html#unicode .. _ __unicode__(): https://docs.python.org/2/reference/datamodel.html#object.__unicode__ -.. _basestring: http://docs.python.org/2/library/functions.html#basestring +.. _basestring: https://docs.python.org/2/library/functions.html#basestring -- cgit v1.3