Re: [Python-Dev] PEP 42 - New kind of Temporary file

2006-05-29 Thread Guido van Rossum
I think it's a very minor feature at best -- but I do admit to having implemented this at least once so I'm not against adding it as a new feature to the tempfile module. It's getting awfully late for 2.5 though... (feature freeze is at 2.5b1 which is planned for June 14 IIRC). --Guido On 5/28/06

[Python-Dev] PEP 42 - New kind of Temporary file

2006-05-28 Thread Andrew Chambers
The mailing-list bot said introduce myself so... I'm Andy Chambers. I've been lurking on the web-interface to the list for a while. I recently started trying to implement one of the items on PEP 42 so I thought I should join the list and make myself known. The item I'm working on is the new kin