On Apr 21, 2010, at 02:56 PM, Mark Dickinson wrote:
>On Wed, Apr 21, 2010 at 2:40 PM, Barry Warsaw wrote:
>> While talking about Python 2.6 -> 2.7 transitions, the subject of relative
>> and
>> absolute imports has come up. PEP 328 states that absolute imports will be
>> enabled by default in P
On Wed, Apr 21, 2010 at 06:58, Mark Dickinson wrote:
> On Wed, Apr 21, 2010 at 2:56 PM, Mark Dickinson
> wrote:
> > On Wed, Apr 21, 2010 at 2:40 PM, Barry Warsaw wrote:
> >> While talking about Python 2.6 -> 2.7 transitions, the subject of
> relative and
> >> absolute imports has come up. PEP
On Wed, Apr 21, 2010 at 2:56 PM, Mark Dickinson wrote:
> On Wed, Apr 21, 2010 at 2:40 PM, Barry Warsaw wrote:
>> While talking about Python 2.6 -> 2.7 transitions, the subject of relative
>> and
>> absolute imports has come up. PEP 328 states that absolute imports will be
>> enabled by default
On Wed, Apr 21, 2010 at 2:40 PM, Barry Warsaw wrote:
> While talking about Python 2.6 -> 2.7 transitions, the subject of relative and
> absolute imports has come up. PEP 328 states that absolute imports will be
> enabled by default in Python 2.7, however I cannot verify that this has
> actually h
While talking about Python 2.6 -> 2.7 transitions, the subject of relative and
absolute imports has come up. PEP 328 states that absolute imports will be
enabled by default in Python 2.7, however I cannot verify that this has
actually happened.
* Misc/NEWS doesn't mention it
* What's New in Pytho