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

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:16:41 EDT 2009


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

Changed:
  U   zc.buildout/branches/help-api/src/zc/buildout/buildout.txt

-=-
Modified: zc.buildout/branches/help-api/src/zc/buildout/buildout.txt
===================================================================
--- zc.buildout/branches/help-api/src/zc/buildout/buildout.txt	2009-03-29 21:16:34 UTC (rev 98463)
+++ zc.buildout/branches/help-api/src/zc/buildout/buildout.txt	2009-03-29 21:16:41 UTC (rev 98464)
@@ -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