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, jaraco, nadeem.vawda, tarek
Date 2012-02-15.07:24:09
SpamBayes Score 1.9277095e-05
Marked as misclassified No
Message-id <1329290650.52.0.0358638764516.issue14004@psf.upfronthosting.co.za>
In-reply-to
Content
> The bug is indeed fixed in the latest 2.7 tip:
>
>     PS C:\Users\jaraco\projects\public\keyring> C:\Users\jaraco\projects\public\cpython\PCbuild\amd64\python.exe setup.py sdist 2> NULL | findstr .hg
>    (produces no output)

I suspect you forgot to set DISTUTILS_DEBUG before running this -
otherwise that command should at least output a line like this:

    exclude_pattern: applying regex r'(^|/|\\)(RCS|CVS|\.svn|\.hg|\.git|\.bzr|_darcs)(/|\\).*'


> If always using a posix path separator, I recommend using posixpath.join instead of hard-coding the path separator.

Interesting. I had thought that posixpath and ntpath were each only
available on their respective platforms, but looking at the source,
I see that I was mistaken.
History
Date User Action Args
2012-02-15 07:24:10nadeem.vawdasetrecipients: + nadeem.vawda, jaraco, tarek, eric.araujo
2012-02-15 07:24:10nadeem.vawdasetmessageid: <1329290650.52.0.0358638764516.issue14004@psf.upfronthosting.co.za>
2012-02-15 07:24:09nadeem.vawdalinkissue14004 messages
2012-02-15 07:24:09nadeem.vawdacreate