[issue38872] Document exec symbol for codeop.compile_command

2020-05-14 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset eb5ce324f724a59c51d7a76d1dd49b550cdf386b by Miss Islington (bot) in branch '3.8': bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098) https://github.com/python/cpython/commit/eb5ce324f724a59c51d7a76d1dd49b550cdf386

[issue38872] Document exec symbol for codeop.compile_command

2020-05-14 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset c1203b75ffe429b28cb2e2480deb0d0b8d3a941c by Miss Islington (bot) in branch '3.7': bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (#20099) https://github.com/python/cpython/commit/c1203b75ffe429b28cb2e2480deb0d0b8d3a941c

[issue38872] Document exec symbol for codeop.compile_command

2020-05-14 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list m

[issue38872] Document exec symbol for codeop.compile_command

2020-05-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +19403 pull_request: https://github.com/python/cpython/pull/20098 ___ Python tracker _

[issue38872] Document exec symbol for codeop.compile_command

2020-05-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +19404 pull_request: https://github.com/python/cpython/pull/20099 ___ Python tracker ___ __

[issue38872] Document exec symbol for codeop.compile_command

2020-05-14 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: New changeset 7ba1f75f3f02b4b50ac6d7e17d15e467afa36aac by Joannah Nanjekye in branch 'master': bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) https://github.com/python/cpython/commit/7ba1f75f3f02b4b50ac6d7e17d15e467afa36aac

[issue38872] Document exec symbol for codeop.compile_command

2020-05-11 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch nosy: +nanjekyejoannah nosy_count: 4.0 -> 5.0 pull_requests: +19356 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20047 ___ Python tracker

[issue38872] Document exec symbol for codeop.compile_command

2020-05-10 Thread Matthias Bussonnier
Matthias Bussonnier added the comment: 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

[issue38872] Document exec symbol for codeop.compile_command

2020-05-10 Thread Matthias Bussonnier
Change by Matthias Bussonnier : -- nosy: +mbussonn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue38872] Document exec symbol for codeop.compile_command

2020-02-19 Thread Ananthakrishnan
Ananthakrishnan added the comment: code.compile_command takes _exec_ as symbol.As it is not documented or mentioned anywhere I can't find any details about that.Can anyone please tell me what it does? -- nosy: +Ananthakrishnan ___ Python tracker <

[issue38872] Document exec symbol for codeop.compile_command

2019-11-20 Thread Cheryl Sabella
New submission from Cheryl Sabella : codeop.compile_command accepts 'exec' as a symbol, but it is not documented. Opening this bug report for an issue initially reported in PR3179. -- assignee: docs@python components: Documentation messages: 357118 nosy: cheryl.sabella, docs@python p