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 vrutsky
Recipients SilentGhost, belopolsky, vrutsky
Date 2011-01-19.15:10:11
SpamBayes Score 2.5096503e-07
Marked as misclassified No
Message-id <1295449813.84.0.226949591751.issue10896@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry I was wrong - patch don't fix original issue.

Case should be normalized not only for directories provided through --ignore-dir, but also for directories obtained from __file__. In my tests on Windows Ignore.names(self, filename, modulename) receives `filename''s argument like:
  C:\Python26\Lib\site-packages\shapely\__init__.pyc

Attaching patch fixes this issue for me (for Python 2.7 from http://svn.python.org/projects/python/branches/release27-maint, patch attached by SilentGhost is for 3.X I think).
History
Date User Action Args
2011-01-19 15:10:13vrutskysetrecipients: + vrutsky, belopolsky, SilentGhost
2011-01-19 15:10:13vrutskysetmessageid: <1295449813.84.0.226949591751.issue10896@psf.upfronthosting.co.za>
2011-01-19 15:10:11vrutskylinkissue10896 messages
2011-01-19 15:10:11vrutskycreate