From 418f0144ab1ccfc4993d1240f355827ad426fcda Mon Sep 17 00:00:00 2001 From: "Pavel \"LEdoian\" Turinsky" Date: Mon, 2 Jan 2023 20:35:00 +0100 Subject: [PATCH] =?UTF-8?q?todo=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rangeset.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rangeset.py b/rangeset.py index dd5952f1..7cd674ad 100755 --- a/rangeset.py +++ b/rangeset.py @@ -18,6 +18,7 @@ class RangeSet: n = int(part) result.append(range(n, n+1)) return result + # TODO: iteration. Will require deduplication. # TODO: simplification of inner ranges # TODO: Set operations: union, intersection, difference? # TODO: Comparison to classic range objects (only to check that it represents the same numbers)