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 AstraLuma
Recipients AstraLuma, draghuram, gvanrossum
Date 2008-01-03.22:07:28
SpamBayes Score 0.25000516
Marked as misclassified No
Message-id <1199398049.48.0.625117947284.issue1728@psf.upfronthosting.co.za>
In-reply-to
Content
depending on the use case, updatecache() will be passed
'distutils/cmd.py', but still turn that into '/usr/lib/python2.5/cmd.py'.

I have not messed with my stock Python modules. My sys.path is:
* /usr/lib/python2.5/site-packages/recaptcha_client-1.0.1-py2.5.egg
* /usr/lib/python25.zip
* /usr/lib/python2.5/lib-dynload
* /usr/lib/python2.5/site-packages/Numeric
* /usr/lib/python2.5/site-packages/PIL
* /usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode
* /usr/lib/python2.5/site-packages
* /usr/lib/python2.5
* /usr/lib/python2.5/plat-linux2
* /usr/lib/python2.5/lib-tk
* /usr/local/lib/python2.5/site-packages
* /usr/lib/python2.5/site-packages/gst-0.10
* /var/lib/python-support/python2.5/pyinotify
* /var/lib/python-support/python2.5
* /usr/lib/python2.5/site-packages/gtk-2.0
* /var/lib/python-support/python2.5/gtk-2.0
* /usr/lib/site-python

I've also attached the script I used to discover the bug originally.
(Much larger than the snippets I've been pasting here.) Just be warned
that it writes a large number of files and produces considerable output.
History
Date User Action Args
2008-01-03 22:07:29AstraLumasetspambayes_score: 0.250005 -> 0.25000516
recipients: + AstraLuma, gvanrossum, draghuram
2008-01-03 22:07:29AstraLumasetspambayes_score: 0.250005 -> 0.250005
messageid: <1199398049.48.0.625117947284.issue1728@psf.upfronthosting.co.za>
2008-01-03 22:07:29AstraLumalinkissue1728 messages
2008-01-03 22:07:29AstraLumacreate