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 Bruce Richardson
Recipients Bruce Richardson, brett.cannon, docs@python, zach.ware
Date 2018-07-11.16:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAAZN3=Hspr7NmzgkFW2SmqT1sJnrLZ59MuR5kEsCLL7MGLD0PA@mail.gmail.com>
In-reply-to <1531321764.35.0.56676864532.issue34094@psf.upfronthosting.co.za>
Content
Ah, doh. my bad.

On 11 July 2018 at 16:09, Zachary Ware <report@bugs.python.org> wrote:

>
> Zachary Ware <zachary.ware@gmail.com> added the comment:
>
> I don't agree with your conclusion here: importlib2 is a PyPI package that
> backports Python 3's importlib to Python 2, thus the ImportError will only
> be raised on Python 2 with the example as written.
>
> ----------
> nosy: +zach.ware
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue34094>
> _______________________________________
>
History
Date User Action Args
2018-07-11 16:46:38Bruce Richardsonsetrecipients: + Bruce Richardson, brett.cannon, docs@python, zach.ware
2018-07-11 16:46:38Bruce Richardsonlinkissue34094 messages
2018-07-11 16:46:38Bruce Richardsoncreate