This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients LambertDW, sameerd, skip.montanaro, wplappert
Date 2008-10-24.20:44:33
SpamBayes Score 0.003581298
Marked as misclassified No
Message-id <1224881074.4.0.291930900966.issue4194@psf.upfronthosting.co.za>
In-reply-to
Content
I don't expect Python3 to be all that great io performance-wise yet.  
Still, for me on the Mac os.popen beats subprocess.Popen pretty handily:

  % python3.0 popentest.py
  time with os.popen :  0.874988
  time with subprocess.Popen :  2.112976
History
Date User Action Args
2008-10-24 20:44:34skip.montanarosetrecipients: + skip.montanaro, LambertDW, wplappert, sameerd
2008-10-24 20:44:34skip.montanarosetmessageid: <1224881074.4.0.291930900966.issue4194@psf.upfronthosting.co.za>
2008-10-24 20:44:33skip.montanarolinkissue4194 messages
2008-10-24 20:44:33skip.montanarocreate