mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader
This commit is contained in:
parent
a5798ded26
commit
2945e78b05
10 changed files with 15 additions and 18 deletions
|
@ -24,7 +24,7 @@ class CaseSensitivityTest(unittest.TestCase):
|
|||
(_bootstrap.SourceFileLoader,
|
||||
_bootstrap._suffix_list(imp.PY_SOURCE),
|
||||
True),
|
||||
(_bootstrap._SourcelessFileLoader,
|
||||
(_bootstrap.SourcelessFileLoader,
|
||||
_bootstrap._suffix_list(imp.PY_COMPILED),
|
||||
True))
|
||||
return finder.find_module(self.name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue