[issue15628] Add import ABC hierarchy to docs for importlib

2012-08-13 Thread Brett Cannon
Brett Cannon added the comment: http://hg.python.org/cpython/rev/1c8a6df94602 seems to be commit this. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue15628] Add import ABC hierarchy to docs for importlib

2012-08-12 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue15628] Add import ABC hierarchy to docs for importlib

2012-08-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: Brett, what do you think about? -- assignee: -> docs@python components: +Documentation keywords: +easy nosy: +brett.cannon, docs@python ___ Python tracker

[issue15628] Add import ABC hierarchy to docs for importlib

2012-08-11 Thread Andrew Svetlov
New submission from Andrew Svetlov: It would be useful to show import ABC hierarchy in the docs. See attached patch. -- files: import_abc.diff keywords: patch messages: 168017 nosy: asvetlov priority: normal severity: normal status: open title: Add import ABC hierarchy to docs for import