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 serhiy.storchaka
Recipients ncoghlan, nedbat, pitrou, serhiy.storchaka
Date 2012-05-14.17:49:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337017768.13.0.295176307435.issue14803@psf.upfronthosting.co.za>
In-reply-to
Content
This can be achieved without intoducing a new interpreter option, using special module.

python -m prerun <code> <script> <args>...

(It may also be a runpy option).
History
Date User Action Args
2012-05-14 17:49:28serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, nedbat
2012-05-14 17:49:28serhiy.storchakasetmessageid: <1337017768.13.0.295176307435.issue14803@psf.upfronthosting.co.za>
2012-05-14 17:49:27serhiy.storchakalinkissue14803 messages
2012-05-14 17:49:27serhiy.storchakacreate