[Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Sun May 20 20:29:41 CEST 2012
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 20 May 2012 13🔞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.
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
- Next message: [Python-Dev] [Python-checkins] cpython: Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]