commit | d2e94bb0848e04a90efa51be401f0ce8a9e252f2 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Nov 13 15:14:58 2020 -0800 |
committer | GitHub <noreply@github.com> | Fri Nov 13 15:14:58 2020 -0800 |
tree | 241cec2ab4a3037fee4406acc2cd502db1d8bf1c | |
parent | 9b6934230c35e24d8582ea8c58456fa8eab72ae2 [diff] |
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187) Specifically, find_spec(), create_module(), and exec_module(). Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>