Issue 27853: Add title to examples in importlib docs (original) (raw)

Issue27853

Created on 2016-08-24 17:37 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg273583 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2016-08-24 17:37
By not having section titles for the various examples in the importlib examples there is no way to directly link to a specific example.
msg275069 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-08 17:12
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
History
Date User Action Args
2022-04-11 14:58:35 admin set github: 72040
2016-09-08 17:13:50 brett.cannon set status: open -> closedresolution: fixedstage: needs patch -> resolved
2016-09-08 17:12:55 python-dev set nosy: + python-devmessages: +
2016-08-24 17:37:06 brett.cannon create