summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-04-21 14:49:56 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2011-04-21 14:49:56 +0300
commit5149eedddfd73e4902cb660047b0261360352fa1 (patch)
tree448f2f186a7871f834d8c38d7a9833c6f7aeb4a5
parent2b8ef2df57b6210352acfd6a287028fae38862e8 (diff)
parentc17c1f64aa9d8ed68866f2f8bece166ee17a324b (diff)
downloadcpython-git-5149eedddfd73e4902cb660047b0261360352fa1.tar.gz
#11897: Merge with 3.2.
-rw-r--r--Doc/howto/pyporting.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst
index 9b8bc2d1a4..124ef33ae4 100644
--- a/Doc/howto/pyporting.rst
+++ b/Doc/howto/pyporting.rst
@@ -247,8 +247,8 @@ If you are supporting `Python 2.5`_ and newer there are still some features of
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
``spam.eggs`` with the statement ``import bacon``) does not work in Python 3.