Commit 5149eedd authored by Ezio Melotti's avatar Ezio Melotti

#11897: Merge with 3.2.

parents 2b8ef2df c17c1f64
......@@ -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.
......
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