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 Adam.Groszer, cjw296, eric.araujo, jaraco, nadeem.vawda, tarek
Date 2012-02-19.10:56:31
SpamBayes Score 7.495184e-06
Marked as misclassified No
Message-id <1329648992.56.0.452392365594.issue6884@psf.upfronthosting.co.za>
In-reply-to
Content
> It’s strange that glob_to_re needs fixing too; at this point I’m not sure if we’re still fixing my commit or if the original code never worked properly on Windows.  Could you run the same tests with a Python < 2.7?

The original code never worked properly on Windows - that's what the XXX
comment in glob_to_re() is about. I've been able to reproduce the problem
(erroneously including ".hg\last-message.txt") on v2.7.2 (8527427914a2).

> BTW I wonder if #9691 is yet another manifestation of this bug.

It looks like it.
History
Date User Action Args
2012-02-19 10:56:32nadeem.vawdasetrecipients: + nadeem.vawda, jaraco, cjw296, tarek, eric.araujo, Adam.Groszer
2012-02-19 10:56:32nadeem.vawdasetmessageid: <1329648992.56.0.452392365594.issue6884@psf.upfronthosting.co.za>
2012-02-19 10:56:31nadeem.vawdalinkissue6884 messages
2012-02-19 10:56:31nadeem.vawdacreate