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 josh.r
Recipients cheryl.sabella, docs@python, hroncok, josh.r, levkivskyi, p-ganssle, rhettinger, serhiy.storchaka, stutzbach, vstinner
Date 2019-02-14.16:26:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550161585.58.0.461962533128.issue35190@roundup.psfhosted.org>
In-reply-to
Content
Wait, why should #25737 be closed? This bug is a docs issue; collections.abc shouldn't claim that all the ABCs do duck-typing checks since Sequence doesn't. But #25737 is specific: array.array *should* be registered as a Sequence, but isn't; that requires a code fix (to make array perform the registration), not a doc fix.
History
Date User Action Args
2019-02-14 16:26:25josh.rsetrecipients: + josh.r, rhettinger, vstinner, stutzbach, docs@python, serhiy.storchaka, levkivskyi, p-ganssle, hroncok, cheryl.sabella
2019-02-14 16:26:25josh.rsetmessageid: <1550161585.58.0.461962533128.issue35190@roundup.psfhosted.org>
2019-02-14 16:26:25josh.rlinkissue35190 messages
2019-02-14 16:26:25josh.rcreate