Added mention of dynamic __path__ updating.

This commit is contained in:
Eric V. Smith 2012-04-27 09:03:59 -04:00
parent bca0b715a5
commit a62461d85c
1 changed files with 8 additions and 0 deletions

View File

@ -194,6 +194,11 @@ They are:
(These need to be addressed here.)
Phillip Eby asked about auto-updating of ``__path__``, instead of it
being a simple list [4]_. It is the intent of this PEP to get the
simplest possible solution working. It will be possible at a later
date to add such features. Several possible ways to do so were
discussed in the referenced email thread.
Packaging Implications
======================
@ -231,6 +236,9 @@ References
.. [3] Nick Coglan's objection to the lack of marker files or directories
(http://mail.python.org/pipermail/import-sig/2012-March/000423.html)
.. [4] Phillip Eby's question about auto-updating __path__
(http://mail.python.org/pipermail/import-sig/2012-April/000468.html)
Copyright
=========