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 eryksun
Recipients BreamoreBoy, JosephArmbruster, eryksun, ezio.melotti, flox, georg.brandl, loewis, pjenvey, squeegee, tim.golden
Date 2014-06-08.06:36:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402209405.41.0.538599198689.issue1559298@psf.upfronthosting.co.za>
In-reply-to
Content
This is fixed for subprocess.Popen in 2.7, 3.1, and 3.2; see issue 2304. In 2.7, nt.popen still has this problem. As mentioned above, it can be worked around by using subprocess.Popen as described here:

https://docs.python.org/2/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3
History
Date User Action Args
2014-06-08 06:36:45eryksunsetrecipients: + eryksun, loewis, georg.brandl, pjenvey, tim.golden, JosephArmbruster, ezio.melotti, squeegee, flox, BreamoreBoy
2014-06-08 06:36:45eryksunsetmessageid: <1402209405.41.0.538599198689.issue1559298@psf.upfronthosting.co.za>
2014-06-08 06:36:45eryksunlinkissue1559298 messages
2014-06-08 06:36:45eryksuncreate