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 eli.bendersky
Recipients docs@python, eli.bendersky, r.david.murray, rosslagerwall
Date 2011-04-12.05:50:29
SpamBayes Score 5.0691342e-05
Marked as misclassified No
Message-id <1302587430.75.0.239915440818.issue11827@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the pointer, Ross. 

So I propose to remove the mention of list2cmdline from the documentation of subprocess, explaining instead what it does to the path (since I think this should be publicly known, otherwise it's just black magic). 

I will prepare a patch for this and post it for review here before committing.

Do you folks think we should also prepend an underscore to list2cmdline, thus settling the doubt about its "public-ness" once and for all? Other private functions in subprocess do have underscores prepended.
History
Date User Action Args
2011-04-12 05:50:30eli.benderskysetrecipients: + eli.bendersky, r.david.murray, docs@python, rosslagerwall
2011-04-12 05:50:30eli.benderskysetmessageid: <1302587430.75.0.239915440818.issue11827@psf.upfronthosting.co.za>
2011-04-12 05:50:30eli.benderskylinkissue11827 messages
2011-04-12 05:50:29eli.benderskycreate