Re: Fwd: Re: Proposal and questions about PEP 420
"Martin v. Löwis" <[email protected]>
| Newsgroups | gmane.comp.python.import |
|---|---|
| Message-ID | <[email protected]> |
On 13.05.2012 17:33, Guido van Rossum wrote: > -1. It would create a very busy toplevel directory. There's a reason > people nest directories... Alas, thanks to egg files, we already have busy toplevel directories, which extend into long sys.path lists. With this proposal, we would still have busy toplevel directories, but shorter search path - while maintaining the "remove this directory to uninstall" feature that people apparently like about eggs. Regards, Martin