[issue14004] Distutils filelist selects too many files on Windows

Jason R. Coombs report at bugs.python.org
Wed Feb 15 16:35:01 CET 2012


Jason R. Coombs <jaraco at jaraco.com> added the comment:

It's not that I forgot to set DISTUTILS_DEBUG, I simply did not set it. If the 
bug were still present, I would have seen a line indicating that 
.hg/last-message.txt was being copied.

For completeness, here's the output with the DEBUG setting:

    PS C:\Users\jaraco\projects\public\keyring> $env:DISTUTILS_DEBUG=1
    PS C:\Users\jaraco\projects\public\keyring> 
..\cpython\PCbuild\amd64\python.exe setup.py sdist 2> NULL | findstr hg
     adding .hg\last-message.txt
    exclude_pattern: applying regex 
r'(^|/|\\)(RCS|CVS|\.svn|\.hg|\.git|\.bzr|_darcs)(/|\\).*'
     removing .hg\last-message.txt

----------
Added file: http://bugs.python.org/file24525/smime.p7s

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14004>
_______________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6662 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20120215/6149a812/attachment-0001.bin>


More information about the Python-bugs-list mailing list