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 gbloisi
Recipients brett.cannon, gbloisi
Date 2007-11-13.08:33:09
SpamBayes Score 0.06774636
Marked as misclassified No
Message-id <1194942790.12.0.387201990081.issue1431@psf.upfronthosting.co.za>
In-reply-to
Content
What I meant for recursively was not to scan the full directory tree,
but just to scan entries that have been added to the os.path. I think
that this was the original intention as
http://docs.python.org/inst/search-path.html states:
"Any directories added to the search path will be scanned in turn for
.pth files". 
Also http://docs.python.org/lib/module-site.html states:
"For each of the distinct head-tail combinations, it sees if it refers
to an existing directory, and if so, adds it to sys.path and also
inspects the newly added path for configuration files."
History
Date User Action Args
2007-11-13 08:33:10gbloisisetspambayes_score: 0.0677464 -> 0.06774636
recipients: + gbloisi, brett.cannon
2007-11-13 08:33:10gbloisisetspambayes_score: 0.0677464 -> 0.0677464
messageid: <1194942790.12.0.387201990081.issue1431@psf.upfronthosting.co.za>
2007-11-13 08:33:10gbloisilinkissue1431 messages
2007-11-13 08:33:09gbloisicreate