TOGoS <[EMAIL PROTECTED]> wrote:

> ... Otherwise your python programmer has
> to say import lib."$foo" or some such.

There is no such language syntax in Python. You just have bare words as
names - nothing else, especially no strings where you could place the
sigil.

> ... and
> sucks a lot less than making python programmers say
> "import Foo.ns.Bar.scalar.baz"

And that's not possible because CPython, JPython, IronPython, ...
wouldn't execute it.

leo

Reply via email to