[Python-checkins] peps: Not quite ready to accept 3144 just yet

nick.coghlan python-checkins at python.org
Mon May 14 14:18:58 CEST 2012


http://hg.python.org/peps/rev/53352c322036
changeset:   4372:53352c322036
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon May 14 22:18:46 2012 +1000
summary:
  Not quite ready to accept 3144 just yet

files:
  pep-3144.txt |  14 ++++----------
  1 files changed, 4 insertions(+), 10 deletions(-)


diff --git a/pep-3144.txt b/pep-3144.txt
--- a/pep-3144.txt
+++ b/pep-3144.txt
@@ -5,12 +5,11 @@
 Author: Peter Moody <pmoody at google.com>
 BDFL-Delegate: Nick Coghlan
 Discussions-To: <ipaddr-py-dev at 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 @@
     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 @@
     * 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,

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list