Daniel Stutzbach <dan...@stutzbachenterprises.com> added the comment:
Yes, I'm sure. See below. Also, the 2.6 docs mention it as being new in 2.6: http://docs.python.org/library/tempfile.html Cashew:~$ python2.6 Python 2.6.2 (r262:71600, Apr 15 2009, 07:20:39) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import tempfile >>> tempfile.NamedTemporaryFile('w', delete=True) <open file '<fdopen>', mode 'w' at 0x7ff1e480> >>> ---------- status: pending -> open _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6357> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com