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.
Created on 2016年04月18日 01:55 by Antony.Lee, last changed 2022年04月11日 14:58 by admin.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 5921 | closed | abrezovsky, 2018年02月27日 04:24 | |
| PR 30729 | open | humbdrag, 2022年01月20日 21:48 | |
| PR 32265 | open | JelleZijlstra, 2022年04月02日 20:17 | |
| Messages (2) | |||
|---|---|---|---|
| msg263638 - (view) | Author: Antony Lee (Antony.Lee) * | Date: 2016年04月18日 01:55 | |
$ pydoc runpy run_module(mod_name, init_globals=None, run_name=None, alter_sys=False) Execute a module's code without importing it Returns the resulting top level namespace dictionary run_path(path_name, init_globals=None, run_name=None) Execute code located at the specified filesystem location Returns the resulting top level namespace dictionary The file path may refer directly to a Python script (i.e. one that could be directly executed with execfile) or else it may refer to a zipfile or directory containing a top level __main__.py script. The meaning of the arguments should be documented (e.g. by copy-pasting the html docs). (And some sentences are missing final dots.) |
|||
| msg312980 - (view) | Author: Andrew Brezovsky (abrezovsky) * | Date: 2018年02月27日 02:26 | |
I'll update these based on the information in the HTML docs. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:29 | admin | set | github: 70979 |
| 2022年04月03日 16:13:37 | Antony.Lee | set | nosy:
- Antony.Lee |
| 2022年04月02日 20:17:27 | JelleZijlstra | set | nosy:
+ JelleZijlstra pull_requests: + pull_request30330 |
| 2022年01月20日 21:48:01 | humbdrag | set | nosy:
+ humbdrag pull_requests: + pull_request28916 |
| 2018年02月27日 04:24:25 | abrezovsky | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request5692 |
| 2018年02月27日 02:26:07 | abrezovsky | set | nosy:
+ abrezovsky messages: + msg312980 |
| 2018年02月22日 14:50:13 | cheryl.sabella | set | keywords:
+ easy stage: needs patch type: enhancement versions: + Python 3.7, Python 3.8, - Python 3.5 |
| 2016年04月18日 01:55:02 | Antony.Lee | create | |