Re: [Python-Dev] smarter temporary file object (SF #415692)

2007-01-02 Thread Neal Norwitz
On 1/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I came across a complaint that PEP 0042 had become a graveyard of > neglected ideas, and decided to have a look through and implement > something. Creating a smarter temporary file object seemed simple > enough. > > Oddly, even after GvR re

[Python-Dev] smarter temporary file object (SF #415692)

2007-01-02 Thread dustin
I came across a complaint that PEP 0042 had become a graveyard of neglected ideas, and decided to have a look through and implement something. Creating a smarter temporary file object seemed simple enough. Oddly, even after GvR re-opened it, I can't post an attachment to that tracker item (it's u

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