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 yahya-abou-imran
Recipients r.david.murray, yahya-abou-imran
Date 2017-12-29.23:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514588921.82.0.213398074469.issue32449@psf.upfronthosting.co.za>
In-reply-to
Content
https://mail.python.org/pipermail/python-ideas/2017-December/048489.html

Guido is waiting for objection on this...

I have absolutly no idea why this decision was made.

These tests (ttps://github.com/python/cpython/blame/master/Lib/test/test_collections.py#L794):

        non_col_iterables = [_test_gen(), iter(b''), iter(bytearray()),
                             (x for x in []), dict().values()]
        for x in non_col_iterables:
            self.assertNotIsInstance(x, Collection)

were written by Guido himself.
History
Date User Action Args
2017-12-29 23:08:41yahya-abou-imransetrecipients: + yahya-abou-imran, r.david.murray
2017-12-29 23:08:41yahya-abou-imransetmessageid: <1514588921.82.0.213398074469.issue32449@psf.upfronthosting.co.za>
2017-12-29 23:08:41yahya-abou-imranlinkissue32449 messages
2017-12-29 23:08:41yahya-abou-imrancreate