[Python-checkins] cpython: - Issue #15295: Reorganize and rewrite the documentation on the import system.

barry.warsaw python-checkins at python.org
Tue Jul 31 22:10:36 CEST 2012


http://hg.python.org/cpython/rev/d5317b8f455a
changeset:   78359:d5317b8f455a
user:        Barry Warsaw <barry at python.org>
date:        Tue Jul 31 16:10:12 2012 -0400
summary:
  - Issue #15295: Reorganize and rewrite the documentation on the import system.

files:
  Misc/NEWS |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -225,8 +225,7 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list