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 vstinner
Recipients brett.cannon, eric.snow, ncoghlan, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-07-26.02:32:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501036354.81.0.791702338763.issue30891@psf.upfronthosting.co.za>
In-reply-to
Content
With Python 3.5.4rc1 released (3.5.4 will be the last 3.5 release accepting bug fixes), I'm not sure that it's still worth it to try to backport such changes to Python 3.5. The importlib is very important, any regression can be very important.

I'm not sure that backporting the unit test is interesting. If the test fails, we will be unable to fix it.
History
Date User Action Args
2017-07-26 02:32:34vstinnersetrecipients: + vstinner, brett.cannon, paul.moore, ncoghlan, tim.golden, eric.snow, zach.ware, serhiy.storchaka, steve.dower
2017-07-26 02:32:34vstinnersetmessageid: <1501036354.81.0.791702338763.issue30891@psf.upfronthosting.co.za>
2017-07-26 02:32:34vstinnerlinkissue30891 messages
2017-07-26 02:32:34vstinnercreate