[Idle-dev] tempfile.py

Guido van Rossum guido@python.org
Mon, 16 Sep 2002 17:46:47 -0400


> Do we want to track Rev 1.9 (tempfile interface) to Python Idle
> IOBinding.py at this time?
> 
> The introduction of the new tempfile.py interface requires Python
> later than 9Aug or File/Print will error out.
> 
> That's the only use of tempfile.py in Idlefork.

Better not track that one.  It's better if Idlefork runs with Python
2.2(.1) -- I assume it still does, right?

If with 2.3 it causes a warning on its use of mktemp, you might add a
filterwarnings() call to suppress that.

--Guido van Rossum (home page: http://www.python.org/~guido/)