[Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Antoine Pitrou
solipsis at pitrou.net
Sun May 20 20:29:41 CEST 2012
On Sun, 20 May 2012 13:18:29 -0400
Terry Reedy <tjreedy at udel.edu> wrote:
> > +
> > + """
> > + if version:
>
> if version is not None: ??
> Do you really want to silently ignore *every* null value, like '' or []?
The goal is probably to have "midnight" mean "auto-detect the address
family" ;-)
cheers
Antoine.
More information about the Python-Dev
mailing list