Reject PEP 502 (#953)

This commit is contained in:
Brett Cannon 2019-03-27 15:24:28 -07:00 committed by GitHub
parent 028d3d10ff
commit f71d976878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Title: String Interpolation - Extended Discussion
Version: $Revision$
Last-Modified: $Date$
Author: Mike G. Miller
Status: Draft
Status: Rejected
Type: Informational
Content-Type: text/x-rst
Created: 10-Aug-2015
@ -42,6 +42,14 @@ calls to ``str.format()``.
.. _the existing syntax: https://docs.python.org/3/library/string.html#format-string-syntax
PEP Status
==========
This PEP was rejected based on its using an opinion-based tone rather than a factual one.
This PEP was also deemed not critical as PEP 498 was already written and should be the place
to house design decision details.
Motivation
==========