[Python-checkins] r71099 - peps/trunk/pep-0382.txt

martin.v.loewis python-checkins at python.org
Fri Apr 3 21:49:23 CEST 2009


Author: martin.v.loewis
Date: Fri Apr  3 21:49:23 2009
New Revision: 71099

Log:
Make namespace_packages a set.


Modified:
   peps/trunk/pep-0382.txt

Modified: peps/trunk/pep-0382.txt
==============================================================================
--- peps/trunk/pep-0382.txt	(original)
+++ peps/trunk/pep-0382.txt	Fri Apr  3 21:49:23 2009
@@ -110,7 +110,7 @@
 package (and that thus further extensions to sys.path might also
 want to extend __path__). At most one such asterisk gets prepended
 to the path. In addition, the (possibly dotted) names of all namespace
-packages are added to the list sys.namespace_packages.
+packages are added to the set sys.namespace_packages.
 
 extend_path will be extended to recognize namespace packages according
 to this PEP, and avoid adding directories twice to __path__.


More information about the Python-checkins mailing list