
Dec. 16, 2003
6:49 a.m.
Bill Janssen wrote:
It's much better to be able to write (in the new higher-level module bletch.py)
import foo import bar
and have the subpackages under foo and bar continue to work without rewrites, than have to go through all the code under foo and bar and change it to know about the new higher-level bletch namespace.
Right. Or as someone said: Namespaces are one honking great idea -- let's do more of those!