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 serhiy.storchaka
Recipients Julian.Gindi, Tim.Graham, berker.peksag, bignose, brett.cannon, davidszotten@gmail.com, eric.snow, ezio.melotti, ncoghlan, rhettinger, serhiy.storchaka
Date 2016-10-12.04:43:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476247432.81.0.282228998518.issue21720@psf.upfronthosting.co.za>
In-reply-to
Content
If run Python 3 with -bb:

>>> __import__('encodings', fromlist=[b'aliases'])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<frozen importlib._bootstrap>", line 1000, in _handle_fromlist
BytesWarning: Comparison between bytes and string
History
Date User Action Args
2016-10-12 04:43:52serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, ncoghlan, ezio.melotti, bignose, eric.snow, berker.peksag, Julian.Gindi, davidszotten@gmail.com, Tim.Graham
2016-10-12 04:43:52serhiy.storchakasetmessageid: <1476247432.81.0.282228998518.issue21720@psf.upfronthosting.co.za>
2016-10-12 04:43:52serhiy.storchakalinkissue21720 messages
2016-10-12 04:43:52serhiy.storchakacreate