Message 368596 - Python tracker
Message368596
| Author | mbussonn |
|---|---|
| Recipients | Ananthakrishnan, cheryl.sabella, docs@python, mbussonn |
| Date | 2020-05-10.23:12:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1589152340.35.0.216100470899.issue38872@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
See the `compile()` documentation for the difference between eval/single/exec: https://docs.python.org/3/library/functions.html#compile `exec` is meant for multiline program, for example you would "exec" the string read from a file to get a module. I don't think we should re-document what each of these does, but list the possible values that compile_command/CommandCompiler() can take. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-05-10 23:12:20 | mbussonn | set | recipients: + mbussonn, docs@python, cheryl.sabella, Ananthakrishnan |
| 2020-05-10 23:12:20 | mbussonn | set | messageid: <1589152340.35.0.216100470899.issue38872@roundup.psfhosted.org> |
| 2020-05-10 23:12:20 | mbussonn | link | issue38872 messages |
| 2020-05-10 23:12:20 | mbussonn | create | |