Kaydet (Commit) c17c1f64 authored tarafından Ezio Melotti's avatar Ezio Melotti

#11897: Fix typo in porting howto. Patch by Marti Raudsepp.

üst f745d8be
...@@ -247,8 +247,8 @@ If you are supporting `Python 2.5`_ and newer there are still some features of ...@@ -247,8 +247,8 @@ If you are supporting `Python 2.5`_ and newer there are still some features of
Python that you can utilize. Python that you can utilize.
``from __future__ import absolute_imports`` ``from __future__ import absolute_import``
''''''''''''''''''''''''''''''''''''''''''' ''''''''''''''''''''''''''''''''''''''''''
Implicit relative imports (e.g., importing ``spam.bacon`` from within Implicit relative imports (e.g., importing ``spam.bacon`` from within
``spam.eggs`` with the statement ``import bacon``) does not work in Python 3. ``spam.eggs`` with the statement ``import bacon``) does not work in Python 3.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment