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 2013年11月22日 16:37 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue19703-use-new-api.diff | eric.snow, 2014年01月05日 07:20 | review | ||
| Messages (5) | |||
|---|---|---|---|
| msg205352 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2013年12月06日 05:45 | |
Here are the functions that should (?) be updated: synopsis() importfile() safeimport()? HTMLDoc.docmodule() HTMLDoc.index() TextDoc.docmodule() ModuleScanner.run()? |
|||
| msg207216 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2014年01月03日 08:21 | |
Here's a patch that updates pydoc to move away from find_module/load_module. These 4 don't need to change for PEP 451: safeimport() HTMLDoc.docmodule() HTMLDoc.index() TextDoc.docmodule() |
|||
| msg207320 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2014年01月04日 22:36 | |
Here's a new patch relative to the patch for issue #20123. |
|||
| msg207357 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2014年01月05日 07:20 | |
Here's a slightly updated patch. |
|||
| msg207502 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年01月07日 03:51 | |
New changeset f67ccb4490ea by Eric Snow in branch 'default': Issue #19703: Update pydoc to use the new importer APIs. http://hg.python.org/cpython/rev/f67ccb4490ea |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:54 | admin | set | github: 63902 |
| 2014年01月07日 03:52:46 | eric.snow | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2014年01月07日 03:51:07 | python-dev | set | nosy:
+ python-dev messages: + msg207502 |
| 2014年01月05日 07:20:24 | eric.snow | set | files: - issue19703-use-new-api.diff |
| 2014年01月05日 07:20:12 | eric.snow | set | files:
+ issue19703-use-new-api.diff messages: + msg207357 assignee: eric.snow type: enhancement stage: patch review |
| 2014年01月04日 22:36:51 | eric.snow | set | files: - issue19703-use-new-api.diff |
| 2014年01月04日 22:36:27 | eric.snow | set | files:
+ issue19703-use-new-api.diff dependencies: + pydoc.synopsis fails to load binary modules messages: + msg207320 |
| 2014年01月04日 22:19:38 | eric.snow | link | issue19713 dependencies |
| 2014年01月03日 08:21:19 | eric.snow | set | files:
+ issue19703-use-new-api.diff keywords: + patch messages: + msg207216 |
| 2013年12月06日 05:48:40 | eric.snow | set | title: Upate pydoc to PEP 451 -> Update pydoc to PEP 451 |
| 2013年12月06日 05:45:32 | eric.snow | set | messages: + msg205352 |
| 2013年11月23日 19:51:36 | Arfrever | set | nosy:
+ Arfrever |
| 2013年11月22日 16:37:23 | brett.cannon | link | issue18864 dependencies |
| 2013年11月22日 16:37:12 | brett.cannon | create | |