Skip to content

Commit 681cfa5

Browse files
author
opavliuk
committed
bpo-34788 Fix newline
1 parent 35750de commit 681cfa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/ipaddress.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,6 +2008,7 @@ def sixtofour(self):
20082008
return None
20092009
return IPv4Address((self._ip >> 80) & 0xFFFFFFFF)
20102010

2011+
20112012
class IPv6Interface(IPv6Address):
20122013

20132014
def __init__(self, address):

0 commit comments

Comments
 (0)