Re: [Python-Dev] pep-3108.txt

2007-01-04 Thread Steve Holden
Brett Cannon wrote: [ ... ] > Yep. PEP 3108 does have some basic package suggestions in the Open > Issues section and people seem to support them. I will be making a > separate push for them on python-3000 once the whole discussion of what > modules to remove has settled down. > > Then ag

Re: [Python-Dev] pep-3108.txt

2007-01-04 Thread Brett Cannon
On 1/4/07, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: On 2007-01-03 01:42, Brett Cannon wrote: > On 1/2/07, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: >> >> > +Open Issues >> >> > +=== >> >> > + >> >> > +Consolidate dependent modules together into a single module or >> >> package? >> >> > ..

Re: [Python-Dev] pep-3108.txt

2007-01-04 Thread M.-A. Lemburg
On 2007-01-03 01:42, Brett Cannon wrote: > On 1/2/07, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: >> >> > +Open Issues >> >> > +=== >> >> > + >> >> > +Consolidate dependent modules together into a single module or >> >> package? >> >> > ... >> >> > +Consolidate certain modules with similar the

Re: [Python-Dev] pep-3108.txt

2007-01-03 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 3, 2007, at 6:07 AM, M.-A. Lemburg wrote: > Regarding application specific package setups: > > In my experience it's better to have an application specific > sys.path setup function that manages this, rather than trying > to manipulate PYTHONPA

Re: [Python-Dev] pep-3108.txt

2007-01-03 Thread M.-A. Lemburg
On 2007-01-03 00:35, Barry Warsaw wrote: > On Jan 2, 2007, at 5:41 PM, M.-A. Lemburg wrote: > >> Note that as side-effect of this it becomes a lot harder to manipulate >> PYTHONPATH to trick Python into loading a standard module from a >> non-standard location, improving security and robustness of

Re: [Python-Dev] pep-3108.txt

2007-01-02 Thread Brett Cannon
On 1/2/07, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: On 2007-01-02 23:54, Brett Cannon wrote: > On 1/2/07, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: >> >> On 2007-01-02 01:02, brett.cannon wrote: >> > Author: brett.cannon >> > Date: Tue Jan 2 01:02:41 2007 >> > New Revision: 53204 >> > >> > Added

Re: [Python-Dev] pep-3108.txt

2007-01-02 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jan 2, 2007, at 5:41 PM, M.-A. Lemburg wrote: > Note that as side-effect of this it becomes a lot harder to manipulate > PYTHONPATH to trick Python into loading a standard module from a > non-standard location, improving security and robustness of

Re: [Python-Dev] pep-3108.txt

2007-01-02 Thread Brett Cannon
On 1/2/07, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: On 2007-01-02 23:54, Brett Cannon wrote: > On 1/2/07, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: >> >> On 2007-01-02 01:02, brett.cannon wrote: >> > Author: brett.cannon >> > Date: Tue Jan 2 01:02:41 2007 >> > New Revision: 53204 >> > >> > Added

Re: [Python-Dev] pep-3108.txt

2007-01-02 Thread M.-A. Lemburg
On 2007-01-02 23:54, Brett Cannon wrote: > On 1/2/07, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: >> >> On 2007-01-02 01:02, brett.cannon wrote: >> > Author: brett.cannon >> > Date: Tue Jan 2 01:02:41 2007 >> > New Revision: 53204 >> > >> > Added: >> >peps/trunk/pep-3108.txt (contents, props ch

Re: [Python-Dev] pep-3108.txt

2007-01-02 Thread Brett Cannon
On 1/2/07, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: On 2007-01-02 01:02, brett.cannon wrote: > Author: brett.cannon > Date: Tue Jan 2 01:02:41 2007 > New Revision: 53204 > > Added: >peps/trunk/pep-3108.txt (contents, props changed) > Modified: >peps/trunk/pep-.txt > Log: > Add PEP

Re: [Python-Dev] pep-3108.txt

2007-01-02 Thread M.-A. Lemburg
On 2007-01-02 01:02, brett.cannon wrote: > Author: brett.cannon > Date: Tue Jan 2 01:02:41 2007 > New Revision: 53204 > > Added: >peps/trunk/pep-3108.txt (contents, props changed) > Modified: >peps/trunk/pep-.txt > Log: > Add PEP 3108: Standard Library Reorganization. > >... > > +O