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 pitrou
Recipients chris.jerdonek, flox, pitrou, r.david.murray
Date 2012-07-10.12:11:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341922284.19.0.75775207304.issue15300@psf.upfronthosting.co.za>
In-reply-to
Content
I don't really like the "pre-parsed option" hack. Can't we think of something simpler? For example, why would the child be involved, rather than simply the parent setting the right cwd?

Also, I don't think there's any point in _OPTION_CWD_PARENT_DIR. Just hard-code the literal, it will be more readable.
History
Date User Action Args
2012-07-10 12:11:24pitrousetrecipients: + pitrou, r.david.murray, flox, chris.jerdonek
2012-07-10 12:11:24pitrousetmessageid: <1341922284.19.0.75775207304.issue15300@psf.upfronthosting.co.za>
2012-07-10 12:11:23pitroulinkissue15300 messages
2012-07-10 12:11:23pitroucreate