[issue21720] "TypeError: Item in ``from list'' not a string" message

Nick Coghlan report at bugs.python.org
Thu Oct 26 04:06:15 EDT 2017


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Given that the automated cherry-pick failed, I'd consider a 3.6 backport nice to have, but definitely not essential.

My rationale for that is that "from __future__ import unicode_literals" makes it fairly easy to stumble over the 2.7 variant of this error message, but we're not aware of a similarly implicit way of encountering the 3.x variant.

----------
stage: patch review -> backport needed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue21720>
_______________________________________


More information about the Python-bugs-list mailing list