[Python-checkins] peps: Defer PEP 501

nick.coghlan python-checkins at python.org
Sat Sep 5 14:07:23 CEST 2015


https://hg.python.org/peps/rev/e03d6a03d0fc
changeset:   6038:e03d6a03d0fc
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Sep 05 22:07:14 2015 +1000
summary:
  Defer PEP 501

files:
  pep-0501.txt |  11 ++++++++++-
  1 files changed, 10 insertions(+), 1 deletions(-)


diff --git a/pep-0501.txt b/pep-0501.txt
--- a/pep-0501.txt
+++ b/pep-0501.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Nick Coghlan <ncoghlan at gmail.com>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/x-rst
 Requires: 498
@@ -43,6 +43,15 @@
     myresponse = html(i"<html><body>{response.body}</body></html>")
     logging.debug(i"Message with {detailed} {debugging} {info}")
 
+
+PEP Deferral
+============
+
+This PEP is currently deferred pending further experience with PEP 498's
+simpler approach of only supporting eager rendering without the additional
+complexity of also supporting deferred rendering.
+
+
 Summary of differences from PEP 498
 ===================================
 

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


More information about the Python-checkins mailing list