Added PEP 215, String Interpolation, owned by ping

This commit is contained in:
Barry Warsaw 2000-07-24 19:01:55 +00:00
parent 3bc6d31633
commit 5cabd09974
2 changed files with 13 additions and 0 deletions

View File

@ -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

12
pep-0215.txt Normal file
View File

@ -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: