This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients gvanrossum, kristjan.jonsson, ncoghlan, ned.deily, neologix, schmir
Date 2013-04-05.13:55:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM0MP=G-3bZOKH6ki+t0gd8-1YLbCYAb40bLZ6KYQuK+Uw@mail.gmail.com>
In-reply-to <1365164053.25.0.110977231511.issue17639@psf.upfronthosting.co.za>
Content
> How does the test suite react if you change the order of application to resolve symlinks only after dropping the file name from the path?

Note that this will break things, see e.g.
http://bugs.python.org/issue1387483#msg186063

The only backward compatible way to handle this would be to add both
directories to sys.path, hoping that there's no module with the same
name in both directories.
History
Date User Action Args
2013-04-05 13:55:00neologixsetrecipients: + neologix, gvanrossum, ncoghlan, kristjan.jonsson, schmir, ned.deily
2013-04-05 13:55:00neologixlinkissue17639 messages
2013-04-05 13:55:00neologixcreate