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 brett.cannon
Recipients brett.cannon, hroncok, vstinner
Date 2021-04-08.21:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617917485.42.0.334914841767.issue42134@roundup.psfhosted.org>
In-reply-to
Content
> would you accept a PR that changes the changelog entry to contain the ".find_spec() not found; falling back to find_module()" message, for better search-ability?

Sure!

> Also, could you please explain how to migrate to find_spec() in https://docs.python.org/3.10/whatsnew/3.10.html#porting-to-python-3-10 ? I'd do that, but I don't know yet what is the proper way.

The problem is it will possibly vary from class to class. You can probably get pretty far with https://docs.python.org/3/library/importlib.html#importlib.util.spec_from_file_location or https://docs.python.org/3/library/importlib.html#importlib.util.spec_from_loader depending.
History
Date User Action Args
2021-04-08 21:31:25brett.cannonsetrecipients: + brett.cannon, vstinner, hroncok
2021-04-08 21:31:25brett.cannonsetmessageid: <1617917485.42.0.334914841767.issue42134@roundup.psfhosted.org>
2021-04-08 21:31:25brett.cannonlinkissue42134 messages
2021-04-08 21:31:25brett.cannoncreate