[Python-checkins] r45404 - sandbox/trunk/setuptools/setuptools.txt

phillip.eby python-checkins at python.org
Fri Apr 14 21:17:38 CEST 2006


Author: phillip.eby
Date: Fri Apr 14 21:17:37 2006
New Revision: 45404

Modified:
   sandbox/trunk/setuptools/setuptools.txt
Log:
Namespace package doc tweaks.


Modified: sandbox/trunk/setuptools/setuptools.txt
==============================================================================
--- sandbox/trunk/setuptools/setuptools.txt	(original)
+++ sandbox/trunk/setuptools/setuptools.txt	Fri Apr 14 21:17:37 2006
@@ -338,8 +338,8 @@
     merge such subpackages into a single parent package at runtime, as long
     as you declare them in each project that contains any subpackages of the
     namespace package, and as long as the namespace package's ``__init__.py``
-    does not contain any code.  See the section below on `Namespace Packages`_
-    for more information.
+    does not contain any code other than a namespace declaration.  See the
+    section below on `Namespace Packages`_ for more information.
 
 ``test_suite``
     A string naming a ``unittest.TestCase`` subclass (or a package or module
@@ -1316,7 +1316,7 @@
 order to ensure that the namespace will be declared regardless of which
 project's copy of ``__init__.py`` is loaded first.  If the first loaded
 ``__init__.py`` doesn't declare it, it will never *be* declared, because no
-other copies will ever be loaded!)
+other copies will ever be loaded!
 
 
 Tagging and "Daily Build" or "Snapshot" Releases


More information about the Python-checkins mailing list