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 SilentGhost
Recipients SilentGhost, belopolsky, vrutsky
Date 2011-01-15.16:19:17
SpamBayes Score 9.1349115e-09
Marked as misclassified No
Message-id <1295108360.86.0.761360471982.issue10908@psf.upfronthosting.co.za>
In-reply-to
Content
The patch aside from fixing directory names on case-insensitive file systems, also:
 * implements more efficient handling of directory and module comparison (put into _Ignoore.__init__ instead of _Ignore.names).
 * changes integer return codes to boolean
 * doesn't require any more that the directory is actually a directory name.
 * moves --ignore-dir processing into a directory so that it can be expanded if $prefix support on windows is needed.
 * adds tests.
History
Date User Action Args
2011-01-15 16:19:20SilentGhostsetrecipients: + SilentGhost, belopolsky, vrutsky
2011-01-15 16:19:20SilentGhostsetmessageid: <1295108360.86.0.761360471982.issue10908@psf.upfronthosting.co.za>
2011-01-15 16:19:17SilentGhostlinkissue10908 messages
2011-01-15 16:19:17SilentGhostcreate