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 kevingoodsell
Recipients kevingoodsell, ndim
Date 2008-07-05.05:58:42
SpamBayes Score 0.31945187
Marked as misclassified No
Message-id <1215237527.34.0.280734658782.issue1754483@psf.upfronthosting.co.za>
In-reply-to
Content
Hans is right, that patch isn't very good. Here's a second pass. This
one avoids joining the file basename to sys.path components, which I'd
say is wrong since it strips (presumably relevant) leading path components.

A second part of this skips out early on absolute file names, which
prevents joining them with sys.path components also. As far as I can
tell this would cause no harm, but it's not useful either.
History
Date User Action Args
2008-07-05 05:58:47kevingoodsellsetspambayes_score: 0.319452 -> 0.31945187
recipients: + kevingoodsell, ndim
2008-07-05 05:58:47kevingoodsellsetspambayes_score: 0.319452 -> 0.319452
messageid: <1215237527.34.0.280734658782.issue1754483@psf.upfronthosting.co.za>
2008-07-05 05:58:46kevingoodselllinkissue1754483 messages
2008-07-05 05:58:45kevingoodsellcreate