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 christian.heimes, ncoghlan, rhettinger, serhiy.storchaka, vstinner
Date 2013-11-21.22:51:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385074306.08.0.790643706746.issue19681@psf.upfronthosting.co.za>
In-reply-to
Content
permutation() looks overkill to me for such trivial test.

Here is a simpler approach: remove the second keyword :-) test_functools_repr.patch
History
Date User Action Args
2013-11-21 22:51:46vstinnersetrecipients: + vstinner, rhettinger, ncoghlan, christian.heimes, serhiy.storchaka
2013-11-21 22:51:46vstinnersetmessageid: <1385074306.08.0.790643706746.issue19681@psf.upfronthosting.co.za>
2013-11-21 22:51:46vstinnerlinkissue19681 messages
2013-11-21 22:51:46vstinnercreate