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 nadeem.vawda
Recipients eric.araujo, nadeem.vawda, ronaldoussoren, tarek
Date 2012-02-19.11:00:57
SpamBayes Score 1.0465937e-05
Marked as misclassified No
Message-id <1329649258.19.0.645494085013.issue9691@psf.upfronthosting.co.za>
In-reply-to
Content
This happens because the glob-to-regexp translator assumes that the
directory separator is "/", regardless of platform. Consequently, the
regexp for "include *.py" ends up matching "sandbox\dummy.py" erroneously
on Windows.

The problem is currently being discussed in issue 6884; I'm marking this
issue as a duplicate.
History
Date User Action Args
2012-02-19 11:00:58nadeem.vawdasetrecipients: + nadeem.vawda, ronaldoussoren, tarek, eric.araujo
2012-02-19 11:00:58nadeem.vawdasetmessageid: <1329649258.19.0.645494085013.issue9691@psf.upfronthosting.co.za>
2012-02-19 11:00:57nadeem.vawdalinkissue9691 messages
2012-02-19 11:00:57nadeem.vawdacreate