From 4c8b5a26ff7665c51d4692f43f610c741c1465e2 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Tue, 22 Oct 2013 21:51:28 +1000 Subject: [PATCH] MvL accepted PEP 453! \o/ --- pep-0453.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pep-0453.txt b/pep-0453.txt index 9c9db0b11..eb763f9ea 100644 --- a/pep-0453.txt +++ b/pep-0453.txt @@ -5,12 +5,13 @@ Last-Modified: $Date$ Author: Donald Stufft , Nick Coghlan BDFL-Delegate: Martin von Löwis -Status: Draft +Status: Accepted Type: Process Content-Type: text/x-rst Created: 10-Aug-2013 Post-History: 30-Aug-2013, 15-Sep-2013, 18-Sep-2013, 19-Sep-2013, 23-Sep-2013, 29-Sep-2013, 13-Oct-2013, 20-Oct-2013 +Resolution: https://mail.python.org/pipermail/python-dev/2013-October/129810.html Abstract @@ -24,6 +25,16 @@ changes be made in Python 3.4 to provide ``pip`` by default in support of that recommendation. +PEP Acceptance +============== + +This PEP was accepted for inclusion in Python 3.4 by Martin von Löwis on +Tuesday 22nd October, 2013. + +`Issue 19347 `__ has been created to +track the implementation of this PEP. + + Rationale =========