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.

classification
Title: Add import ABC hierarchy to docs for importlib
Type: Stage: resolved
Components: Documentation Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: Arfrever, asvetlov, brett.cannon, docs@python
Priority: normal Keywords: easy, patch

Created on 2012-08-12 02:07 by asvetlov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
import_abc.diff asvetlov, 2012-08-12 02:07 review
Messages (3)
msg168017 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-08-12 02:07
It would be useful to show import ABC hierarchy in the docs.
See attached patch.
msg168018 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-08-12 02:08
Brett, what do you think about?
msg168137 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2012-08-13 19:38
http://hg.python.org/cpython/rev/1c8a6df94602 seems to be commit this.
History
Date User Action Args
2022-04-11 14:57:34adminsetgithub: 59833
2012-08-13 19:38:13brett.cannonsetstatus: open -> closed
resolution: fixed
messages: + msg168137

stage: resolved
2012-08-12 18:16:49Arfreversetnosy: + Arfrever
2012-08-12 02:08:45asvetlovsetnosy: + brett.cannon, docs@python
messages: + msg168018

assignee: docs@python
components: + Documentation
keywords: + easy
2012-08-12 02:07:22asvetlovcreate