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, bgh, georg.brandl, giampaolo.rodola, gregory.p.smith, guettli, pitrou, sameerd, skip.montanaro, vstinner, wplappert
Date 2010-01-19.16:14:53
SpamBayes Score 1.0400897e-05
Marked as misclassified No
Message-id <1263917698.72.0.540273593655.issue4194@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good to me:

tmp% python3.1 popentest.py
time with os.popen :  0.035565
time with subprocess.Popen :  0.031796
tmp% python3.2 popentest.py
time with os.popen :  0.03501
time with subprocess.Popen :  0.031168
tmp% python3.1
Python 3.1.1+ (release31-maint:77485M, Jan 13 2010, 19:53:41)
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
tmp% python3.2
Python 3.2a0 (py3k:77484:77485, Jan 13 2010, 19:49:33)
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
History
Date User Action Args
2010-01-19 16:14:58skip.montanarosetrecipients: + skip.montanaro, georg.brandl, gregory.p.smith, guettli, pitrou, vstinner, giampaolo.rodola, LambertDW, wplappert, sameerd, bgh
2010-01-19 16:14:58skip.montanarosetmessageid: <1263917698.72.0.540273593655.issue4194@psf.upfronthosting.co.za>
2010-01-19 16:14:53skip.montanarolinkissue4194 messages
2010-01-19 16:14:53skip.montanarocreate