[Python-3000] stdlib reorganization

Greg Ewing greg.ewing at canterbury.ac.nz
Wed May 31 10:38:17 CEST 2006


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


More information about the Python-3000 mailing list