[Python-Dev] Re: Christmas Wishlist (original) (raw)
Skip Montanaro skip at pobox.com
Mon Dec 15 11:52:15 EST 2003
- Previous message: [Python-Dev] Re: Christmas Wishlist
- Next message: [Python-Dev] Re: Christmas Wishlist
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido> I'd much rather invent new syntax to spell *local* imports.
Barry> Actually, if truth be told, I'd love to just ban local imports.
Barry> I understand that might be controversial though <wink>.
Okay, so what are global and local imports? I thought I understood after Barry's first post, but not now. I see the , but figured there's still some germ of desire in Barry's "ban local imports" comment. What kind of imports do we have today? Do they relate to the position of the import statement in the code or to the location of the module being imported along sys.path?
Skip
- Previous message: [Python-Dev] Re: Christmas Wishlist
- Next message: [Python-Dev] Re: Christmas Wishlist
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]