]> granicus.if.org Git - python/commitdiff
- Issue #15295: Reorganize and rewrite the documentation on the import system.
authorBarry Warsaw <barry@python.org>
Tue, 31 Jul 2012 20:10:12 +0000 (16:10 -0400)
committerBarry Warsaw <barry@python.org>
Tue, 31 Jul 2012 20:10:12 +0000 (16:10 -0400)
Misc/NEWS

index 719eb8a08792d082c68c3a437f551617f9ef06e3..0d21d64edd9e7e0d972d529ecab11dcc8fc59057 100644 (file)
--- 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.