h0arry / ipaddr-py

Automatically exported from code.google.com/p/ipaddr-py
0 stars 0 forks source link

ipaddr.IPv4Address(ipaddr.IPv4Address(<foo>)) raises attributeError #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ipaddr.IPv4Address(ipaddr.IPv4Address("1.1.1.1"))
2.
3.

What is the expected output? 

IPv4Address('1.1.1.1')

What do you see instead?

<type 'exceptions.AttributeError'>: 'IPv4Address' object has no attribute 
'split'

Please use labels and text to provide additional information.

Original issue reported on code.google.com by pmo...@google.com on 19 Aug 2009 at 6:18

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/109048

Original comment by pmo...@google.com on 19 Aug 2009 at 6:39

GoogleCodeExporter commented 9 years ago
Issue 29 has been merged into this issue.

Original comment by pmo...@google.com on 27 Aug 2009 at 9:26

GoogleCodeExporter commented 9 years ago
fixed in r98

Original comment by pmo...@google.com on 29 Aug 2009 at 3:52