Message160647
| 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:28 | serhiy.storchaka | set | recipients: + serhiy.storchaka, ncoghlan, pitrou, nedbat |
| 2012-05-14 17:49:28 | serhiy.storchaka | set | messageid: <1337017768.13.0.295176307435.issue14803@psf.upfronthosting.co.za> |
| 2012-05-14 17:49:27 | serhiy.storchaka | link | issue14803 messages |
| 2012-05-14 17:49:27 | serhiy.storchaka | create | |