From: Michael Orlitzky Date: Sun, 2 May 2010 19:22:28 +0000 (-0400) Subject: Add a None constructor for IPv4Address. X-Git-Tag: 0.0.1~80 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=0913645a2ad512b0f32338a48c2bc71793be23a8;hp=0913645a2ad512b0f32338a48c2bc71793be23a8;p=hath.git Add a None constructor for IPv4Address. Hide the constructor for IPv4Address. Created an ipv4address_from_octets function which mimics the constructor but will return IPv4Address.None in response to being passed Octet.Nones. ---