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 eric.araujo
Recipients alexis, eric.araujo, jlove, tarek
Date 2011-10-12.16:32:06
SpamBayes Score 0.00024800756
Marked as misclassified No
Message-id <1318437126.83.0.270640476704.issue11751@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-10-12 16:32:06eric.araujosetrecipients: + eric.araujo, tarek, alexis, jlove
2011-10-12 16:32:06eric.araujosetmessageid: <1318437126.83.0.270640476704.issue11751@psf.upfronthosting.co.za>
2011-10-12 16:32:06eric.araujolinkissue11751 messages
2011-10-12 16:32:06eric.araujocreate