From d3ca8fd2fe6422944ae029fddc35548c6f23619e Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Fri, 28 Jan 2022 09:51:42 +0200 Subject: [PATCH] ngclient: Remove obsolete TODOs First TODO is now handled (or we have PRs already). Second TODO is moved to issue #1804. Signed-off-by: Jussi Kukkonen --- tuf/ngclient/_internal/trusted_metadata_set.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tuf/ngclient/_internal/trusted_metadata_set.py b/tuf/ngclient/_internal/trusted_metadata_set.py index ad91c8479e..7db0ca586b 100644 --- a/tuf/ngclient/_internal/trusted_metadata_set.py +++ b/tuf/ngclient/_internal/trusted_metadata_set.py @@ -57,14 +57,6 @@ >>> # (RepositoryErrors here stop the update) >>> with download(Snapshot.type, version) as f: >>> trusted_set.update_snapshot(f.read()) - -TODO: - * exceptions are not final: the idea is that client could just handle - a generic RepositoryError that covers every issue that server provided - metadata could inflict (other errors would be user errors), but this is not - yet the case - * Progress through Specification update process should be documented - (not sure yet how: maybe a spec_logger that logs specification events?) """ import logging