Re: [Python-Dev] status of absolute_import w/ python 2.7

2011-07-12 Thread Nick Coghlan
On Wed, Jul 13, 2011 at 1:41 PM, Brett Cannon wrote: > So are you claiming that the import of 'package' w/o the __future__ > statement actually succeeds even though there is no package.subpackage > module? Obviously that would be a flat-out bug, but I just double-checked my > sanity and that does

Re: [Python-Dev] status of absolute_import w/ python 2.7

2011-07-12 Thread Brett Cannon
On Fri, Jul 8, 2011 at 06:51, Sylvain Thénault wrote: > 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 > > $

Re: [Python-Dev] [Python-checkins] cpython: Fix syntax in packaging docs and update suspicious ignore file.

2011-07-12 Thread Georg Brandl
Am 12.07.2011 15:30, schrieb Éric Araujo: >> changeset: 71283:3a4b983dd70b >> user:Georg Brandl >> summary: >> Fix syntax in packaging docs and update suspicious ignore file. >> >> files: >> Doc/library/packaging.compiler.rst | 2 +- >> Doc/packaging/builtdist.rst |

Re: [Python-Dev] [Python-checkins] cpython: Fix syntax in packaging docs and update suspicious ignore file.

2011-07-12 Thread Éric Araujo
> changeset: 71283:3a4b983dd70b > user:Georg Brandl > summary: > Fix syntax in packaging docs and update suspicious ignore file. > > files: > Doc/library/packaging.compiler.rst | 2 +- > Doc/packaging/builtdist.rst | 2 +- > Doc/packaging/commandref.rst |