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 rhettinger
Recipients Arfrever, rhettinger, rosslagerwall, techtonik, vstinner
Date 2011-10-18.23:52:25
SpamBayes Score 0.0038839332
Marked as misclassified No
Message-id <1318981946.12.0.478248964389.issue13197@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think you can tighten the API at this point.  We could however make Popen complain when options are going to be thrown away.  Or it could be made more liberal about what is accepts (running shlex on string input or join on list input as needed).
History
Date User Action Args
2011-10-18 23:52:26rhettingersetrecipients: + rhettinger, vstinner, techtonik, Arfrever, rosslagerwall
2011-10-18 23:52:26rhettingersetmessageid: <1318981946.12.0.478248964389.issue13197@psf.upfronthosting.co.za>
2011-10-18 23:52:25rhettingerlinkissue13197 messages
2011-10-18 23:52:25rhettingercreate