Walter Dörwald wrote:
> import foo from url("file:~guido/python-packages/foo")
Hard-wiring pathnames, URLs etc. into one's code on a
regular basis would be an extremely BAD idea. The way
to do that is via configuration mechanisms external
to the program.
It might be useful to have the ability for use in very
specialised circumstances, such as loading plugins. But
it would be rarely used, and there shouldn't be any new
syntax for it, just a function.
--
Greg
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe:
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com