Márcio Faustino: > Does Python support public imports instead of the default private? > Something like D's "public import" (see <http://www.digitalmars.com/d/ > 2.0/module.html>) or even Perl's "export_to_level".
D type system has several big holes, and I am trying to push Walter to fix some of those, to make it look a little more sane, like for example the Python module system. Public imports are often bad. Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list