todo(15): open

This commit is contained in:
Tiara Rodney 2025-06-28 01:39:37 +02:00
parent 32ae99c5fa
commit b9e9e13630
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB

12
TODO
View file

@ -207,3 +207,15 @@ Description: with a proper content-type of the PkgHandler addinfourl object, a
consumer can determine whether the file is compressed or not.
---
ID: 15
Type: bugfix
Title: modularize module containers
Status: open
Priority: high
Created: 2025-06-28
Description: Even though importlib can find submodules through traversing paths
instead of relying on __init__.py for every ancestor module, this
is not supported by some modules like sphinx.ext.autosummary
---