Not quite ready to accept 3144 just yet
This commit is contained in:
parent
1dfbaf86b4
commit
43d9ca71f7
14
pep-3144.txt
14
pep-3144.txt
|
@ -5,12 +5,11 @@ Last-Modified: $Date$
|
||||||
Author: Peter Moody <pmoody@google.com>
|
Author: Peter Moody <pmoody@google.com>
|
||||||
BDFL-Delegate: Nick Coghlan
|
BDFL-Delegate: Nick Coghlan
|
||||||
Discussions-To: <ipaddr-py-dev@googlegroups.com>
|
Discussions-To: <ipaddr-py-dev@googlegroups.com>
|
||||||
Status: Accepted
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/plain
|
Content-Type: text/plain
|
||||||
Created: 6-Feb-2012
|
Created: 6-Feb-2012
|
||||||
Python-Version: 3.3
|
Python-Version: 3.3
|
||||||
Resolution: Refer to PEP text
|
|
||||||
|
|
||||||
|
|
||||||
Abstract:
|
Abstract:
|
||||||
|
@ -18,11 +17,6 @@ Abstract:
|
||||||
This PEP proposes a design and for an IP address manipulation module for
|
This PEP proposes a design and for an IP address manipulation module for
|
||||||
python.
|
python.
|
||||||
|
|
||||||
PEP Acceptance:
|
|
||||||
|
|
||||||
This PEP was accepted by Nick Coghlan (on the BDFL's behalf) on May
|
|
||||||
13th, 2012, based on the PEP text and the reference implementation at
|
|
||||||
|
|
||||||
Motivation:
|
Motivation:
|
||||||
|
|
||||||
Several very good IP address modules for python already exist.
|
Several very good IP address modules for python already exist.
|
||||||
|
@ -61,9 +55,9 @@ Background:
|
||||||
* A few attributes were renamed to disambiguate their purpose as
|
* A few attributes were renamed to disambiguate their purpose as
|
||||||
well. (eg. network, network_address)
|
well. (eg. network, network_address)
|
||||||
|
|
||||||
* A number of methods and functions which returned containers in ipaddr
|
* A number of methods and functions which returned containers in ipaddr now
|
||||||
now return iterators. This includes, subnets, address_exclude,
|
return iterators. This includes, subnets, address_exclude,
|
||||||
summarize_address_range and collapse_address_list.
|
summarize_address_range and collapse_address_list.
|
||||||
|
|
||||||
|
|
||||||
Due to the backwards incompatible API changes between ipaddress and ipaddr,
|
Due to the backwards incompatible API changes between ipaddress and ipaddr,
|
||||||
|
|
Loading…
Reference in New Issue