[Python-Dev] PEP 3144 review.

Barry Scott barry at barrys-emacs.org
Sat Sep 26 15:34:27 CEST 2009


On 14 Sep 2009, at 17:44, Peter Moody wrote:

> Folks, Guido,
>
> I believe PEP 3144 is ready for your review.  When you get a chance,
> can you take a look/make a pronouncement?
>


 >>> x=ipaddr.IPv4Network( '192.168.1.1/240.255.0.0' )
 >>> x
IPv4Network('192.168.1.1/16')

You can decide on which bug this shows.

1) parse must raise exception on bad input
2) repr does not show input

Barry



More information about the Python-Dev mailing list