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 mamrhein
Recipients belopolsky, flxkid, gvanrossum, jafo, mamrhein, vdupras
Date 2008-04-19.09:06:50
SpamBayes Score 0.1906035
Marked as misclassified No
Message-id <1208596012.43.0.069600984327.issue1738@psf.upfronthosting.co.za>
In-reply-to
Content
There is one small issue I would like to discuss:
While the comparison of directory and file names in phase1 is
case-insensitive on case-insensitive systems (os.path.normcase applied
to each name), the filtering of ignore and hide in phase0 isn't. 
I can't imagine a good reason for this and would like to change it by
also applying os.name.normcase to each name in ignore and hide.
History
Date User Action Args
2008-04-19 09:06:53mamrheinsetspambayes_score: 0.190603 -> 0.1906035
recipients: + mamrhein, gvanrossum, jafo, belopolsky, flxkid, vdupras
2008-04-19 09:06:52mamrheinsetspambayes_score: 0.190603 -> 0.190603
messageid: <1208596012.43.0.069600984327.issue1738@psf.upfronthosting.co.za>
2008-04-19 09:06:51mamrheinlinkissue1738 messages
2008-04-19 09:06:51mamrheincreate