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, python-dev, rhettinger, serhiy.storchaka
Date 2017-10-25.08:34:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508920463.48.0.213398074469.issue21720@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't think the index in error message is needed.

I'm fine with either format. It's ultimately up to Nick. Should I switch back to the 2.7 version?

> Import is successful because the iterator was exhausted by "'*' in fromlist".

This shouldn't be a problem in the latest version of PR 4113. While I don't think anyone would pass ``fromlist=iter(('aliases', b'foobar'))`` in real life, I can add it to the test. Let me know what do you think.
History
Date User Action Args
2017-10-25 08:34:23berker.peksagsetrecipients: + berker.peksag, brett.cannon, rhettinger, ncoghlan, ezio.melotti, bignose, python-dev, eric.snow, serhiy.storchaka, Julian.Gindi, davidszotten@gmail.com, Tim.Graham
2017-10-25 08:34:23berker.peksagsetmessageid: <1508920463.48.0.213398074469.issue21720@psf.upfronthosting.co.za>
2017-10-25 08:34:23berker.peksaglinkissue21720 messages
2017-10-25 08:34:23berker.peksagcreate