mirror of https://github.com/python/cpython
Add a NOTE for importlib to fill in the docstrings for the ABCs.
This commit is contained in:
parent
d8e9526a5e
commit
c59cd68847
|
@ -1,6 +1,8 @@
|
|||
to do
|
||||
/////
|
||||
|
||||
* Fill in docstrings for ABCs.
|
||||
|
||||
* Implement InspectLoader for BuiltinImporter and FrozenImporter.
|
||||
|
||||
+ Expose function to see if a frozen module is a package.
|
||||
|
|
Loading…
Reference in New Issue