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 bignose
Recipients Julian.Gindi, Tim.Graham, berker.peksag, bignose, brett.cannon, davidszotten@gmail.com, eric.snow, ezio.melotti, ncoghlan, python-dev, rhettinger, serhiy.storchaka
Date 2016-10-16.23:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161016230311.onjfu5imgesu5r4h@benfinney.id.au>
In-reply-to <20161016220424.5183.71135.C285D073@psf.io>
Content
On 16-Oct-2016, Roundup Robot wrote:

> New changeset 7dd0910e8fbf by Berker Peksag in branch '2.7':
> Issue #21720: Improve exception message when the type of fromlist is unicode
> https://hg.python.org/cpython/rev/7dd0910e8fbf

This is an improvement, but it still should IMO show *which* item
caused the error.

Can it state “Item in from list must be str, not {type}: {item!r}”?
That would show the exact item so the reader has a better chance at
finding where it came from.
History
Date User Action Args
2016-10-16 23:09:29bignosesetrecipients: + bignose, brett.cannon, rhettinger, ncoghlan, ezio.melotti, python-dev, eric.snow, berker.peksag, serhiy.storchaka, Julian.Gindi, davidszotten@gmail.com, Tim.Graham
2016-10-16 23:09:29bignoselinkissue21720 messages
2016-10-16 23:09:29bignosecreate