[python-advocacy] Python 3000 question for PR

David Goodger goodger at python.org
Wed Dec 5 22:57:49 CET 2007


On 12/5/07, David Goodger <goodger at python.org> wrote:
> - Module imports are now absolute by default, although relative
>   imports can be specified.  This allows

That too (incomplete).  Should be:

- Module imports are now absolute by default, although relative
  imports can be specified.  This allows projects more freedom in
  naming their constituent modules: no the risk of conflicting with
  standard library modules with the same name.

-- 
David Goodger <http://python.net/~goodger>


More information about the Advocacy mailing list