[issue1672] test_subprocess tempfile issue

2007-12-20 Thread Guido van Rossum
Guido van Rossum added the comment: Fixed in 2.6. Committed revision 59582. 3.0 will follow at the next merge. -- keywords: +patch nosy: +gvanrossum resolution: -> accepted status: open -> closed versions: +Python 2.6 -Python 3.0 __ Tracker <[EMAIL PROTE

[issue1672] test_subprocess tempfile issue

2007-12-20 Thread Joseph Armbruster
New submission from Joseph Armbruster: Subprocess contains a minor temporary file getter that failed in one of my terminals due to the method used to obtain a temporary directory location. Patch attached. -- components: Tests files: subprocess.patch messages: 58875 nosy: JosephArmbruste