Skip to content

Commit bf61ffe

Browse files
committed
Remove extra links
1 parent cba80bc commit bf61ffe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_uuid.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def test_nil_uuid(self):
4545
self.assertEqual(str(nil_uuid), s)
4646
# The Nil UUID falls within the range of the Apollo NCS variant as per
4747
# RFC 9562.
48-
# See https://www.rfc-editor.org/rfc/rfc9562.html#table1
4948
# See https://www.rfc-editor.org/rfc/rfc9562.html#section-5.9-4
5049
self.assertEqual(nil_uuid.variant, self.uuid.RESERVED_NCS)
5150
# A version field of all zeros is "Unused" in RFC 9562, but the version
@@ -66,7 +65,6 @@ def test_max_uuid(self):
6665
self.assertEqual(str(max_uuid), s)
6766
# The Max UUID falls within the range of the "yet-to-be defined" future
6867
# UUID variant as per RFC 9562.
69-
# See https://www.rfc-editor.org/rfc/rfc9562.html#table1
7068
# See https://www.rfc-editor.org/rfc/rfc9562.html#section-5.10-4
7169
self.assertEqual(max_uuid.variant, self.uuid.RESERVED_FUTURE)
7270
# A version field of all ones is "Reserved for future definition" in

0 commit comments

Comments
 (0)