[issue27853] Add title to examples in importlib docs

2016-09-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset a547d43c7258 by Brett Cannon in branch 'default': Issue #27853: Add section headers to the importlib example docs https://hg.python.org/cpython/rev/a547d43c7258 -- nosy: +python-dev ___ Python tracker

[issue27853] Add title to examples in importlib docs

2016-09-08 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___ Py

[issue27853] Add title to examples in importlib docs

2016-08-24 Thread Brett Cannon
New submission from Brett Cannon: By not having section titles for the various examples in the importlib examples there is no way to directly link to a specific example. -- assignee: brett.cannon components: Documentation messages: 273583 nosy: brett.cannon priority: normal severity: no