]> granicus.if.org Git - python/commit
Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context...
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 9 Feb 2008 15:28:09 +0000 (15:28 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 9 Feb 2008 15:28:09 +0000 (15:28 +0000)
commit97fac3eb0a7fb42b1853ab41c29377bb3e7f1362
treef3666ce2dff81232c1d2fe32ed45c78206ad21b0
parent8c6c12ca962c0f98cf5a30c6180bca799091f7c5
Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5)
Doc/library/tempfile.rst
Lib/tempfile.py
Lib/test/test_tempfile.py