diff --git a/pep-0382.txt b/pep-0382.txt index 466adb75c..223a2a0b6 100644 --- a/pep-0382.txt +++ b/pep-0382.txt @@ -142,6 +142,13 @@ mechanisms. extend_path will be adjusted to this specification; any other mechanism might cause portions to get added twice to __path__. +It has been proposed to also add this feature to Python 2.7. Given +that 2.x reaches its end-of-life, it is questionable whether the +addition of the feature would really do more good than harm (in +having users and tools starting to special-case 2.7). Prospective +users of this feature are encouraged to comment on this particular +question. + Copyright =========