Defer PEP 536 (#934)

This commit is contained in:
Brett Cannon 2019-03-15 15:32:43 -07:00 committed by GitHub
parent b78d1f70a5
commit 82db6780d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Title: Final Grammar for Literal String Interpolation
Version: $Revision$
Last-Modified: $Date$
Author: Philipp Angerer <phil.angerer@gmail.com>
Status: Draft
Status: Deferred
Type: Standards Track
Content-Type: text/x-rst
Created: 11-Dec-2016
@ -21,6 +21,12 @@ those restrictions, promoting “f-strings” to “f expressions” or f-litera
This PEP expands upon the f-strings introduced by PEP 498,
so this text requires familiarity with PEP 498.
PEP Status
==========
This PEP is deferred until an implementation is available.
Terminology
===========