[Python-checkins] python/nondist/peps pep-0292.txt,1.7,1.8

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Wed Jun 16 15:31:39 EDT 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1338

Modified Files:
	pep-0292.txt 
Log Message:
Describe what happens to $'s that don't fit the rule.


Index: pep-0292.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0292.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pep-0292.txt	24 Mar 2004 03:08:02 -0000	1.7
--- pep-0292.txt	16 Jun 2004 19:31:35 -0000	1.8
***************
*** 62,65 ****
--- 62,70 ----
         not part of the placeholder, e.g. "${noun}ification".
  
+     If the $ character appears at the end of the line, or is followed
+     by any other character than those described above, it is treated
+     as if it had been escaped, appearing in the resulting string
+     unchanged.
+ 
      No other characters have special meaning, however it is possible
      to derive from the dstring class to define different rules for the




More information about the Python-checkins mailing list