From a384efbe058435b528413426e9d817d28ba38346 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Fri, 20 Jun 2025 19:43:43 +0200 Subject: [PATCH] todo(6): open --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. + +---