ACTIVITY SUMMARY (2011-07-01 - 2011-07-08)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open2857 ( +7)
closed 21444 (+45)
total 24301 (+52)
Open issues wit
Hi there,
the documentation state that absolute_import feature is the default
behaviour with python 2.7, though it seems that it behave differently
with the __future__ import :
$ cat package/__init__.py
import subpackage
$ python2.7
Python 2.7.1+ (default, Apr 20 2011, 22:33:39)
[GCC 4.5.2] on