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 cdyson37
Recipients cdyson37, chris.jerdonek, michael.foord, xtreak
Date 2018-10-02.09:27:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538472423.83.0.545547206417.issue23097@psf.upfronthosting.co.za>
In-reply-to
Content
As an aside, should that be sys.path.insert(1, X)? As 0 has a special meaning (I've often thought this is a slightly odd convention).

Another aside: I noticed this because I was looking to write a module finder, and thought I could extract one out of this function. It would be nice to have a module-crawler function, and write discover() in terms of that.
History
Date User Action Args
2018-10-02 09:27:03cdyson37setrecipients: + cdyson37, michael.foord, chris.jerdonek, xtreak
2018-10-02 09:27:03cdyson37setmessageid: <1538472423.83.0.545547206417.issue23097@psf.upfronthosting.co.za>
2018-10-02 09:27:03cdyson37linkissue23097 messages
2018-10-02 09:27:03cdyson37create