[Python-Dev] Re: Relative import (original) (raw)
Barry Warsaw barry at python.org
Wed Dec 17 22:05:03 EST 2003
- Previous message: [Python-Dev] Re: Relative import
- Next message: [Python-Dev] Re: rexec.py unuseable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 2003-12-16 at 22:20, Delaney, Timothy C (Timothy) wrote:
That's what I've been wondering. I really don't like the proposal to use . in various places to signify relative and absolute imports. It seems non-obvious both in understandability and readability.
I agree. That's why I like something like root.foo.bar and here.foo.bar. Totally explicit and will avoid deep groove digging in the skull trying to remember if a leading dot means it should be absolute or relative. :)
-Barry
- Previous message: [Python-Dev] Re: Relative import
- Next message: [Python-Dev] Re: rexec.py unuseable
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]