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>
|
||||
BDFL-Delegate: Nick Coghlan
|
||||
Discussions-To: <ipaddr-py-dev@googlegroups.com>
|
||||
Status: Accepted
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
Created: 6-Feb-2012
|
||||
Python-Version: 3.3
|
||||
Resolution: Refer to PEP text
|
||||
|
||||
|
||||
Abstract:
|
||||
|
@ -18,11 +17,6 @@ Abstract:
|
|||
This PEP proposes a design and for an IP address manipulation module for
|
||||
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:
|
||||
|
||||
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
|
||||
well. (eg. network, network_address)
|
||||
|
||||
* A number of methods and functions which returned containers in ipaddr
|
||||
now return iterators. This includes, subnets, address_exclude,
|
||||
summarize_address_range and collapse_address_list.
|
||||
* A number of methods and functions which returned containers in ipaddr now
|
||||
return iterators. This includes, subnets, address_exclude,
|
||||
summarize_address_range and collapse_address_list.
|
||||
|
||||
|
||||
Due to the backwards incompatible API changes between ipaddress and ipaddr,
|
||||
|
|
Loading…
Reference in New Issue