Added PEP 215, String Interpolation, owned by ping
This commit is contained in:
parent
3bc6d31633
commit
5cabd09974
|
@ -33,6 +33,7 @@ Index
|
|||
212 pep-0212.txt Additional Builtin Generators bwarsaw
|
||||
213 pep-0213.txt Attribute Access Handlers prescod
|
||||
214 pep-0214.txt Extended Print Statement bwarsaw
|
||||
215 pep-0215.txt String Interpolation ping
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
PEP: 215
|
||||
Title: String Interpolation
|
||||
Version: $Revision$
|
||||
Owner: ping@lfw.org (Ka-Ping Yee)
|
||||
Python-Version: 2.0
|
||||
Status: Incomplete
|
||||
|
||||
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
indent-tabs-mode: nil
|
||||
End:
|
Loading…
Reference in New Issue