[issue1666952] terminalcommand doesn't work under Darwin

2008-07-20 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- status: pending -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-

[issue1666952] terminalcommand doesn't work under Darwin

2008-05-02 Thread Ronald Oussoren
Ronald Oussoren <[EMAIL PROTECTED]> added the comment: I cannot reproduce this issue with Python 2.5 or 2.6. There was a bug in terminalcommand when running on Leopard, I fixed that earlier tonight. -- resolution: -> works for me status: open -> pending __