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 vstinner
Recipients michael.foord, vstinner
Date 2013-03-26.00:00:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364256030.44.0.3052734843.issue17548@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, there is another skipped test in Lib/unittest/test/testmock/testpatch.py:

    def test_patch_descriptor(self):
        # would be some effort to fix this - we could special case the
        # builtin descriptors: classmethod, property, staticmethod
        return
History
Date User Action Args
2013-03-26 00:00:30vstinnersetrecipients: + vstinner, michael.foord
2013-03-26 00:00:30vstinnersetmessageid: <1364256030.44.0.3052734843.issue17548@psf.upfronthosting.co.za>
2013-03-26 00:00:30vstinnerlinkissue17548 messages
2013-03-26 00:00:30vstinnercreate