From b9e9e13630e6b7729a7ffe6b5eac38ba7d1e39a6 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Sat, 28 Jun 2025 01:39:37 +0200 Subject: [PATCH] todo(15): open --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TODO b/TODO index 9b0c012..6cf48ae 100644 --- a/TODO +++ b/TODO @@ -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 + +---