Show More
@@ -10,7 +10,7 b' Writing code for Python 2 and 3' | |||||
10 | IPython 6 requires Python 3, so our compatibility module |
|
10 | IPython 6 requires Python 3, so our compatibility module | |
11 | ``IPython.utils.py3compat`` is deprecated and will be removed in a future |
|
11 | ``IPython.utils.py3compat`` is deprecated and will be removed in a future | |
12 | version. In most cases, we recommend you use the `six module |
|
12 | version. In most cases, we recommend you use the `six module | |
13 |
<https:// |
|
13 | <https://six.readthedocs.io/>`__ to support compatible code. This is widely | |
14 | used by other projects, so it is familiar to many developers and thoroughly |
|
14 | used by other projects, so it is familiar to many developers and thoroughly | |
15 | battle-tested. |
|
15 | battle-tested. | |
16 |
|
16 | |||
@@ -24,9 +24,9 b' be removed in the future.' | |||||
24 | `Porting Python 2 code to Python 3 <https://docs.python.org/3/howto/pyporting.html>`_ |
|
24 | `Porting Python 2 code to Python 3 <https://docs.python.org/3/howto/pyporting.html>`_ | |
25 | Official information in the Python docs. |
|
25 | Official information in the Python docs. | |
26 |
|
26 | |||
27 | `Python-Modernize <http://python-modernize.readthedocs.io/en/latest/>`_ |
|
27 | `Python-Modernize <https://python-modernize.readthedocs.io/en/latest/>`_ | |
28 | A tool which helps make code compatible with Python 3. |
|
28 | A tool which helps make code compatible with Python 3. | |
29 |
|
29 | |||
30 | `Python-Future <http://python-future.org/>`_ |
|
30 | `Python-Future <https://python-future.org/>`_ | |
31 | Another compatibility tool, which focuses on writing code for Python 3 and |
|
31 | Another compatibility tool, which focuses on writing code for Python 3 and | |
32 | making it work on Python 2. |
|
32 | making it work on Python 2. |
General Comments 0
You need to be logged in to leave comments.
Login now