Éric Araujo <mer...@netwok.org> added the comment:

I made a few edits and committed to distutils and packaging.  Then I ported the 
packaging patch to distutils2, which supports Python 2.4-2.7, and got this 
failure:

FAIL: test_glob_to_re (__main__.ManifestTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "distutils2/tests/test_manifest.py", line 88, in test_glob_to_re
    self.assertEqual(_glob_to_re('foo*'), 'foo[^/]*\\Z(?ms)')
AssertionError: 'foo[^/]*$' != 'foo[^/]*\\Z(?ms)'

I haven’t dug into it yet.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11751>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to