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 berker.peksag
Recipients Julian.Gindi, Tim.Graham, berker.peksag, bignose, brett.cannon, davidszotten@gmail.com, eric.snow, ezio.melotti, ncoghlan, rhettinger
Date 2016-10-07.21:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475875889.59.0.596190336865.issue21720@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch to demonstrate what I meant in msg226047.

Example from the REPL:

>>> __import__('encodings', fromlist=[u'aliases'])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: Item in ``from list'' must be str, not unicode
History
Date User Action Args
2016-10-07 21:31:29berker.peksagsetrecipients: + berker.peksag, brett.cannon, rhettinger, ncoghlan, ezio.melotti, bignose, eric.snow, Julian.Gindi, davidszotten@gmail.com, Tim.Graham
2016-10-07 21:31:29berker.peksagsetmessageid: <1475875889.59.0.596190336865.issue21720@psf.upfronthosting.co.za>
2016-10-07 21:31:29berker.peksaglinkissue21720 messages
2016-10-07 21:31:29berker.peksagcreate