Fred L. Drake, Jr. wrote: > > Stuffing site- > > packages in another toplevel package seems wrong to me. If I > > understand you correctly I'd have to do 'import site.wx' to import > > wxPython and that doesn't feel right. > > Agreed. That would be nothing but pain.
Also it would seem to mean that there would only ever be two top-level packages, stdlib and site. That seems like a poor use of a naming level. -- Greg _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com