[Python-checkins] peps: Added PEP 215, String Interpolation, owned by ping

georg.brandl python-checkins at python.org
Wed Mar 23 21:23:00 CET 2011


http://hg.python.org/peps/rev/f725eec960f4
changeset:   35:f725eec960f4
user:        Barry Warsaw <barry at python.org>
date:        Mon Jul 24 19:01:55 2000 +0000
summary:
  Added PEP 215, String Interpolation, owned by ping

files:
  pep-0000.txt |   1 +
  pep-0215.txt |  12 ++++++++++++
  2 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/pep-0000.txt b/pep-0000.txt
--- a/pep-0000.txt
+++ b/pep-0000.txt
@@ -33,6 +33,7 @@
      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
 
 
 
diff --git a/pep-0215.txt b/pep-0215.txt
new file mode 100644
--- /dev/null
+++ b/pep-0215.txt
@@ -0,0 +1,12 @@
+PEP: 215
+Title: String Interpolation
+Version: $Revision$
+Owner: ping at lfw.org (Ka-Ping Yee)
+Python-Version: 2.0
+Status: Incomplete
+
+
+Local Variables:
+mode: indented-text
+indent-tabs-mode: nil
+End:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list