From 182f13fc2eaca4c51d18c4bde3527a5b9048970b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 1 May 2012 13:54:39 +0200 Subject: [PATCH] PEP 418 is accepted and implemented, therefore Final. --- pep-0418.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pep-0418.txt b/pep-0418.txt index b4c0393ae..38d0f2bd0 100644 --- a/pep-0418.txt +++ b/pep-0418.txt @@ -3,7 +3,7 @@ Title: Add monotonic time, performance counter, and process time functions Version: $Revision$ Last-Modified: $Date$ Author: Cameron Simpson , Jim Jewett , Stephen J. Turnbull , Victor Stinner -Status: Draft +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 26-March-2012 @@ -1622,6 +1622,19 @@ Time: `_ by Joe Korty (2010-04) +Acceptance +========== + +The PEP was accepted on 2012-04-28 by Guido van Rossum [1]_. The PEP +implementation has since been committed to the repository. + + +References +========== + +.. [1] http://mail.python.org/pipermail/python-dev/2012-April/119094.html + + Copyright =========