From 81dc18c506d5890cbc34552bb6337d4cf08c1c71 Mon Sep 17 00:00:00 2001 From: Tiara Rodney Date: Sat, 21 Jun 2025 20:22:19 +0200 Subject: [PATCH] todo(13): open --- TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/TODO b/TODO index 145c66f..794f881 100644 --- a/TODO +++ b/TODO @@ -185,3 +185,14 @@ Description: Only bootstrap a package mock with the minimum requirements for a Python module and let the consumer handle the directory layout. --- + +ID: 13 +Type: bugfix +Title: fix unit tests for urllib PkgHandler +Status: open +Priority: high +Created: 2025-06-21 +Description: change of issue 12 wasn't properly reflected in urllib PkgHandler + unit tests + +---