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 python-dev
Recipients Demur Rumed, kayhayen, larry, ned.deily, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2016-10-02.07:38:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161002073813.79323.55602.D9143251@psf.io>
In-reply-to
Content
New changeset 88b319dfc909 by Serhiy Storchaka in branch '3.6':
Issue #28257: Improved error message when pass a non-iterable as
https://hg.python.org/cpython/rev/88b319dfc909

New changeset bde594cd8369 by Serhiy Storchaka in branch 'default':
Issue #28257: Improved error message when pass a non-iterable as
https://hg.python.org/cpython/rev/bde594cd8369

New changeset 40d7ce58ebd0 by Serhiy Storchaka in branch '3.5':
Issue #28257: Backported a test.
https://hg.python.org/cpython/rev/40d7ce58ebd0

New changeset a8168a52a56f by Serhiy Storchaka in branch '2.7':
Issue #28257: Backported a test.
https://hg.python.org/cpython/rev/a8168a52a56f
History
Date User Action Args
2016-10-02 07:38:16python-devsetrecipients: + python-dev, rhettinger, vstinner, larry, ned.deily, kayhayen, serhiy.storchaka, Demur Rumed
2016-10-02 07:38:16python-devlinkissue28257 messages
2016-10-02 07:38:16python-devcreate