[Python-checkins] peps: Mark PEP 362 as accepted. Huzzah!

larry.hastings python-checkins at python.org
Sat Jun 23 00:16:57 CEST 2012


http://hg.python.org/peps/rev/5019413bf672
changeset:   4475:5019413bf672
user:        Larry Hastings <larry at hastings.org>
date:        Fri Jun 22 15:16:35 2012 -0700
summary:
  Mark PEP 362 as accepted.  Huzzah!

files:
  pep-0362.txt |  9 ++++++++-
  1 files changed, 8 insertions(+), 1 deletions(-)


diff --git a/pep-0362.txt b/pep-0362.txt
--- a/pep-0362.txt
+++ b/pep-0362.txt
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Brett Cannon <brett at python.org>, Jiwon Seo <seojiwon at gmail.com>,
         Yury Selivanov <yselivanov at sprymix.com>, Larry Hastings <larry at hastings.org>
-Status: Draft
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 21-Aug-2006
@@ -546,12 +546,19 @@
 
         return wrapper
 
+Acceptance
+==========
+
+PEP 362 was accepted by Guido, Friday, June 22, 2012 [#accepted]_ .
+The reference implementation was committed to trunk later that day.
+
 
 References
 ==========
 
 .. [#impl] pep362 branch (https://bitbucket.org/1st1/cpython/overview)
 .. [#issue] issue 15008 (http://bugs.python.org/issue15008)
+.. [#accepted] "A Desperate Plea For Introspection (aka: BDFAP Needed)" (http://mail.python.org/pipermail/python-dev/2012-June/120682.html)
 
 
 Copyright

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


More information about the Python-checkins mailing list