diff --git a/pep-0501.txt b/pep-0501.txt index ce01a250a..cdcaabb76 100644 --- a/pep-0501.txt +++ b/pep-0501.txt @@ -3,7 +3,7 @@ Title: General purpose string interpolation Version: $Revision$ Last-Modified: $Date$ Author: Nick Coghlan -Status: Draft +Status: Deferred Type: Standards Track Content-Type: text/x-rst Requires: 498 @@ -43,6 +43,15 @@ Some possible examples of the proposed syntax:: myresponse = html(i"{response.body}") 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 ===================================