diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-12-19 16:25:57 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-12-19 18:07:52 +0100 |
| commit | 0a4b04fc23356aa6970ca1b17cb5e6955b108289 (patch) | |
| tree | e1e95b2272cf770afeb07deb26126f27bf36d4f1 /docs/topics/python3.txt | |
| parent | 742fba94554818a988fe1e6cc8aa547831cca872 (diff) | |
Used https for most *.python.org links
Diffstat (limited to 'docs/topics/python3.txt')
| -rw-r--r-- | docs/topics/python3.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
