[Python-Dev] Re: Christmas Wishlist (original) (raw)
Skip Montanaro skip at pobox.com
Mon Dec 15 13:04:32 EST 2003
- Previous message: [Python-Dev] Re: Christmas Wishlist
- Next message: [Python-Dev] Re: Christmas Wishlist
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> Okay, so what are global and local imports?
Barry> Sorry, let me rephrase. I'd love to ban relative imports.
Barry> Personally, I think all imports should be specified using
Barry> fully-qualified absolute package paths.
That's fine with me. Maybe continue to use "absolute" and "relative" (and throw in "package" somewhere) instead of "global" and "local" when referring to package import semantics? "global" and "local" have a well-established meaning in day-to-day Python programming which doesn't overlap much with the import mechanism.
Skip
- Previous message: [Python-Dev] Re: Christmas Wishlist
- Next message: [Python-Dev] Re: Christmas Wishlist
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]