mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r74107 | brett.cannon | 2009-07-19 20:19:18 -0700 (Sun, 19 Jul 2009) | 8 lines Importlib's documentation said that importlib.abc.PyLoader inherited from importlib.abc.ResourceLoader, when in fact it did not. Fixed the ABC to inherit as documented. This does in introduce an backwards-incompatiblity as the code in PyLoader already required the single method ResourceLoader defined as an abstract method. ........ |
||
|---|---|---|
| .. | ||
| builtin | ||
| extension | ||
| frozen | ||
| import_ | ||
| source | ||
| __init__.py | ||
| abc.py | ||
| benchmark.py | ||
| test_abc.py | ||
| test_api.py | ||
| test_util.py | ||
| util.py | ||