Skip to content

Commit

Permalink
Remove reserved IANA 198.97.38.0/24 #315
Browse files Browse the repository at this point in the history
  • Loading branch information
secynic committed Oct 13, 2024
1 parent 83179c2 commit 5634717
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ipwhois/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ def test_ipv4_is_defined(self):
(True, 'Limited Broadcast', 'RFC 919, Section 7'))
self.assertEqual(ipv4_is_defined('192.168.0.1'),
(True, 'Private-Use Networks', 'RFC 1918'))
self.assertEqual(ipv4_is_defined('198.97.38.0'),
(True, 'IANA Reserved', ''))

def test_ipv6_is_defined(self):
if sys.version_info >= (3, 3):
Expand Down

0 comments on commit 5634717

Please sign in to comment.