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 gotgenes
Recipients gotgenes
Date 2010-01-20.21:21:56
SpamBayes Score 1.2926694e-07
Marked as misclassified No
Message-id <1264022518.87.0.10141380153.issue7744@psf.upfronthosting.co.za>
In-reply-to
Content
One correction: by "beginning of sys.path", what I really mean is, "the portion of sys.path after the initial ''". I forgot that '', the empty path, should always be at the start of sys.path to ensure that packages and modules in the current working directory are given top priority. Thus, I would like to see insertions between sys.path[0] and sys.path[1].

Sorry for the confusion.
History
Date User Action Args
2010-01-20 21:21:58gotgenessetrecipients: + gotgenes
2010-01-20 21:21:58gotgenessetmessageid: <1264022518.87.0.10141380153.issue7744@psf.upfronthosting.co.za>
2010-01-20 21:21:56gotgeneslinkissue7744 messages
2010-01-20 21:21:56gotgenescreate