mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
(cherry picked from commit db39050396)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
a7a7da4acf
commit
437032e313
24 changed files with 63 additions and 63 deletions
|
|
@ -1653,7 +1653,7 @@ def testNth(self):
|
|||
self.assertRaises(IndexError, self.ipv6_scoped_network.__getitem__, 1 << 64)
|
||||
|
||||
def testGetitem(self):
|
||||
# http://code.google.com/p/ipaddr-py/issues/detail?id=15
|
||||
# https://code.google.com/p/ipaddr-py/issues/detail?id=15
|
||||
addr = ipaddress.IPv4Network('172.31.255.128/255.255.255.240')
|
||||
self.assertEqual(28, addr.prefixlen)
|
||||
addr_list = list(addr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue