This behavior change is unacceptable, as it makes it impossible to ensure that
an easy_install-ed package takes precedence over an existing,
distutils-installed version of the same package in the same PYTHONPATH directory.
Please note that that is the intended default behavior of easy_install: if you
wish to override it, you should use --multi-version, and explicitly select the
egg(s) to be added to sys.path instead.
|