commit | 34c63b86d3c33a85acf55a0c5c118304754e145d | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Thu Jun 08 12:19:58 2023 -0600 |
committer | GitHub <noreply@github.com> | Thu Jun 08 18:19:58 2023 +0000 |
tree | 51cc4d5fcd0e1c58394d458ccc472a680ad9132b | |
parent | 7799c8e678f759c7787785c6287140abe641d1b9 [diff] |
gh-104310: Rename the New Function in importlib.util (gh-105255) The original name wasn't as clear as it could have been. This change includes the following: * rename the function * change the default value for "disable_check" to False * add clues to the docstring that folks should probably not use the function --------- Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>