[issue43672] Raise ImportWarning when calling find_loader()

2021-04-02 Thread Brett Cannon
Change by Brett Cannon : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue43672] Raise ImportWarning when calling find_loader()

2021-04-02 Thread Brett Cannon
Brett Cannon added the comment: New changeset f97dc800689ba98783dac8dc51f87f7c6f413ac6 by Brett Cannon in branch 'master': bpo-43672: raise ImportWarning when calling find_loader() (GH-25119) https://github.com/python/cpython/commit/f97dc800689ba98783dac8dc51f87f7c6f413ac6 -- _

[issue43672] Raise ImportWarning when calling find_loader()

2021-03-31 Thread Brett Cannon
Change by Brett Cannon : -- keywords: +patch pull_requests: +23863 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25119 ___ Python tracker ___ ___

[issue43672] Raise ImportWarning when calling find_loader()

2021-03-30 Thread Brett Cannon
New submission from Brett Cannon : Using find_loader() in the import system should raise ImportWarning to start transitioning people over to find_spec() who haven't migrated since Python 3.4. -- assignee: brett.cannon components: Interpreter Core messages: 389834 nosy: brett.cannon pri