Reject PEP 502 (#953)
This commit is contained in:
parent
028d3d10ff
commit
f71d976878
10
pep-0502.txt
10
pep-0502.txt
|
@ -3,7 +3,7 @@ Title: String Interpolation - Extended Discussion
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Mike G. Miller
|
Author: Mike G. Miller
|
||||||
Status: Draft
|
Status: Rejected
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 10-Aug-2015
|
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
|
.. _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
|
Motivation
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue