From: Barry Warsaw Date: Tue, 31 Jul 2012 20:10:12 +0000 (-0400) Subject: - Issue #15295: Reorganize and rewrite the documentation on the import system. X-Git-Tag: v3.3.0b2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbdc3db5343f4e76c1d6a7456841b91b88d35fba;p=python - Issue #15295: Reorganize and rewrite the documentation on the import system. --- diff --git a/Misc/NEWS b/Misc/NEWS index 719eb8a087..0d21d64edd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -225,8 +225,7 @@ Tools/Demos Documentation ------------- -- Issue #15295: Reorganize and rewrite the documentation on the import - machinery. +- Issue #15295: Reorganize and rewrite the documentation on the import system. - Issue #15230: Clearly document some of the limitations of the runpy module and nudge readers towards importlib when appropriate.