[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/buildout.txt Remove gibberish paragraph from variable substitution section (was this ever true?), correct next paragraph to reflect current example.

Martijn Pieters mj at zopatista.com
Tue Feb 12 09:51:34 EST 2008


Log message for revision 83764:
  Remove gibberish paragraph from variable substitution section (was this ever true?), correct next paragraph to reflect current example.

Changed:
  U   zc.buildout/trunk/src/zc/buildout/buildout.txt

-=-
Modified: zc.buildout/trunk/src/zc/buildout/buildout.txt
===================================================================
--- zc.buildout/trunk/src/zc/buildout/buildout.txt	2008-02-12 13:54:33 UTC (rev 83763)
+++ zc.buildout/trunk/src/zc/buildout/buildout.txt	2008-02-12 14:51:34 UTC (rev 83764)
@@ -768,16 +768,11 @@
     ... path = mydata
     ... """)
 
-In this example, we've used ConfigParser substitutions for file2 and
-file3.  This type of substitution uses Python string format syntax.
-Valid names are options in the same section and options defined in the
-DEFAULT section.  
+We used a string-template substitution for File 1 and File 2.  This
+type of substitution uses the string.Template syntax.  Names
+substituted are qualified option names, consisting of a section name
+and option name joined by a colon.
 
-We used a string-template substitution for file1.  This type of
-substitution uses the string.Template syntax.  Names substituted are
-qualified option names, consisting of a section name and option name
-joined by a colon.
-
 Now, if we run the buildout, we'll see the options with the values
 substituted. 
 



More information about the Checkins mailing list