[issue1702551] distutils sdist does not exclude SVN/CVS files on Windows

Tarek Ziadé report at bugs.python.org
Sun Jan 4 01:40:38 CET 2009


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

Georg, I think I am supposed to be registered since a few days but I
don't receive any mail yet. I'll ask...

I didn't use a raw string because '\.' is not an escape sequence,
so:

  >>> '\.svn' == '\\.svn' and '\.svn' == r'\.svn'
  True

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1702551>
_______________________________________


More information about the Python-bugs-list mailing list