STINNER Victor <victor.stin...@haypocalc.com> added the comment: + self.assertRunOK('-q', '-x', 'ba[^\/]*$', self.pkgdir)
This regex matchs 'ba(...)\'. I think that you wanted to write r'[^\\/]'. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11873> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com