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 berker.peksag
Recipients berker.peksag, rbcollins, serhiy.storchaka
Date 2015-09-28.11:19:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443439153.65.0.794613229711.issue25111@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM

+        self.assertEqual(f, tuple(f))
+        self.assertEqual(tuple(f), f)

It would be good to add a comment to explain why we test both variants, but it's not really important.
History
Date User Action Args
2015-09-28 11:19:13berker.peksagsetrecipients: + berker.peksag, rbcollins, serhiy.storchaka
2015-09-28 11:19:13berker.peksagsetmessageid: <1443439153.65.0.794613229711.issue25111@psf.upfronthosting.co.za>
2015-09-28 11:19:13berker.peksaglinkissue25111 messages
2015-09-28 11:19:13berker.peksagcreate