Issue 19710: Make sure documentation for PEP 451 is finished (original) (raw)

Created on 2013-11-22 16:45 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg203804 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-11-22 16:45
This includes both importlib.rst and docstrings for various methods.
msg205887 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2013-12-11 06:38
I've attached a patch to () that adds documentation for the new APIs. Also, there were some good reviews in (especially for ) that never got fully addressed.
msg206403 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2013-12-17 06:12
New changeset 2c27c0e5bc50 by Eric Snow in branch 'default': Issue #19713: Update importlib docs for module spec changes, including deprecations. http://hg.python.org/cpython/rev/2c27c0e5bc50 New changeset b78de8029606 by Eric Snow in branch 'default': Issue #19713: Fix mistakes in the import page of language reference. http://hg.python.org/cpython/rev/b78de8029606
msg206406 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2013-12-17 06:16
I'm leaving this as pending for the moment in case we notice anything I missed.
msg206582 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2013-12-19 06:10
If anyone notices any issues with the doc changes, please open a new issue.
History
Date User Action Args
2022-04-11 14:57:54 admin set github: 63909
2013-12-19 06:10:18 eric.snow set status: pending -> closedmessages: +
2013-12-17 06:26:07 eric.snow set status: open -> pending
2013-12-17 06:16:23 eric.snow set status: pending -> openmessages: +
2013-12-17 06:13:27 eric.snow set status: open -> pendingtype: enhancementresolution: fixedstage: needs patch -> resolved
2013-12-17 06:12:53 eric.snow set messages: +
2013-12-11 06:38:39 eric.snow set messages: +
2013-11-25 03:47:59 ezio.melotti set nosy: + ezio.melotti
2013-11-23 19:53:07 Arfrever set nosy: + Arfrever
2013-11-22 16:45:50 brett.cannon link issue18864 dependencies
2013-11-22 16:45:05 brett.cannon create