diff --git a/TODO b/TODO index e4fe7e9..22bafe4 100644 --- a/TODO +++ b/TODO @@ -109,3 +109,14 @@ Description: Implement my custom algorithm for doing rolling hash string search against a fixed length ring buffer --- + +ID: 6 +Type: feature +Title: implement importlib.resources handler for urllib +Status: open +Priority: high +Created: 2025-06-20 +Description: A handler that can be registered with an urllib.request + OpenerDirector to open importlib.resources package files. + +---