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 openspirito
Recipients
Date 2007-06-14.08:53:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It worked like this in all previous versions of Python. I think it is very useful e.g. if you work with development versions of other libraries. Better than adding import paths via sys.path += ['abc'] at the top of Python scripts. Or is there another or better way to add project specific import paths?

But at least there should be a notice in the documentation of Python 2.5 that this behaviour changed. I spend some time to find out that it was changed.
History
Date User Action Args
2007-08-23 14:54:55adminlinkissue1734860 messages
2007-08-23 14:54:55admincreate