#11897: Merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-04-21 14:49:56 +03:00
commit 5149eedddf
1 changed files with 2 additions and 2 deletions

View File

@ -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.