[Checkins] SVN: z3c.autoinclude/trunk/src/z3c/autoinclude/README.txt update test; in the last commit (i meant to do it in this one, whoops) i made 'x' an explicit namespace package, as well as 'x.y', in XYZPackage; i believe that having x be an "implicit namespace package" is actually not proper and that all namespaces must be explicitly declared.

Ethan Jucovy ejucovy at openplans.org
Mon Apr 21 13:09:13 EDT 2008


Log message for revision 85544:
  update test; in the last commit (i meant to do it in this one, whoops) i made 'x' an explicit namespace package, as well as 'x.y', in XYZPackage; i believe that having x be an "implicit namespace package" is actually not proper and that all namespaces must be explicitly declared.
  
  

Changed:
  U   z3c.autoinclude/trunk/src/z3c/autoinclude/README.txt

-=-
Modified: z3c.autoinclude/trunk/src/z3c/autoinclude/README.txt
===================================================================
--- z3c.autoinclude/trunk/src/z3c/autoinclude/README.txt	2008-04-21 16:56:22 UTC (rev 85543)
+++ z3c.autoinclude/trunk/src/z3c/autoinclude/README.txt	2008-04-21 17:09:12 UTC (rev 85544)
@@ -109,10 +109,10 @@
     ['b']
 
 ``XYZPackage`` has a namespace package too, ``x.y`` (``x`` is also
-implicitly a namespace package)::
+a namespace package)::
 
     >>> xyz_include_finder.namespaceDottedNames()
-    ['x.y']
+    ['x', 'x.y']
 
 We can also get the dotted names of the actual packages that we want
 to inspect in a distribution. For a project without namespace packages,



More information about the Checkins mailing list