[issue19710] Make sure documentation for PEP 451 is finished

2013-12-18 Thread Eric Snow
Eric Snow added the comment: If anyone notices any issues with the doc changes, please open a new issue. -- status: pending -> closed ___ Python tracker ___ _

[issue19710] Make sure documentation for PEP 451 is finished

2013-12-16 Thread Eric Snow
Changes by Eric Snow : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue19710] Make sure documentation for PEP 451 is finished

2013-12-16 Thread Eric Snow
Eric Snow added the comment: I'm leaving this as pending for the moment in case we notice anything I missed. -- status: pending -> open ___ Python tracker ___ ___

[issue19710] Make sure documentation for PEP 451 is finished

2013-12-16 Thread Eric Snow
Changes by Eric Snow : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> pending type: -> enhancement ___ Python tracker ___

[issue19710] Make sure documentation for PEP 451 is finished

2013-12-16 Thread Eric Snow
Eric Snow added the comment: 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:

[issue19710] Make sure documentation for PEP 451 is finished

2013-12-10 Thread Eric Snow
Eric Snow added the comment: I've attached a patch to issue19713 (file33088) that adds documentation for the new APIs. Also, there were some good reviews in issue18864 (especially for file32381) that never got fully addressed. -- ___ Python tracker

[issue19710] Make sure documentation for PEP 451 is finished

2013-11-24 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue19710] Make sure documentation for PEP 451 is finished

2013-11-23 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue19710] Make sure documentation for PEP 451 is finished

2013-11-22 Thread Brett Cannon
New submission from Brett Cannon: This includes both importlib.rst and docstrings for various methods. -- assignee: docs@python components: Documentation messages: 203804 nosy: brett.cannon, docs@python, eric.snow, ncoghlan priority: normal severity: normal stage: needs patch status: ope