diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-08 18:07:43 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-05-08 18:07:43 -0400 |
| commit | f5ff5010cd74500785a707ac70b51d292403cddc (patch) | |
| tree | 4feba4343be64658742341f0498b599add0c7834 /docs/topics/python3.txt | |
| parent | 413f3bb5c8f29fae08de58d5424b2be185739b32 (diff) | |
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Diffstat (limited to 'docs/topics/python3.txt')
| -rw-r--r-- | docs/topics/python3.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt index 003dd0ebc5..04a975d8f2 100644 --- a/docs/topics/python3.txt +++ b/docs/topics/python3.txt @@ -16,9 +16,10 @@ Philosophy ========== This document assumes that you are familiar with the changes between Python 2 -and Python 3. If you aren't, read `Python's official porting guide`_ first. -Refreshing your knowledge of unicode handling on Python 2 and 3 will help; the -`Pragmatic Unicode`_ presentation is a good resource. +and Python 3. If you aren't, read :ref:`Python's official porting guide +<pyporting-howto>` first. Refreshing your knowledge of unicode handling on +Python 2 and 3 will help; the `Pragmatic Unicode`_ presentation is a good +resource. Django uses the *Python 2/3 Compatible Source* strategy. Of course, you're free to chose another strategy for your own code, especially if you don't need @@ -42,7 +43,6 @@ 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: https://docs.python.org/3/howto/pyporting.html .. _Pragmatic Unicode: http://nedbatchelder.com/text/unipain.html Porting tips |
