Solved: Question about idiomatic use of _ and private stuff.

goodwolf Robert.Katic at gmail.com
Sat Feb 24 00:06:18 EST 2007


> If you say
>
> from foo import _fooa, _foob,
>
> then the import will fail because the _ is used only by the import to
> decide that you shouldn't see _fooa or _foob.

???

Read Python manuals, please.




More information about the Python-list mailing list