[Python-Dev] Multiple dicts for string interpolation?

Skip Montanaro skip@mojam.com (Skip Montanaro)
Tue, 25 Jan 2000 22:40:20 -0600 (CST)


Oh crap...  Of course, the table should have been

    Style of                Simple form     Complex form
    Interpolation
    -------                 -----------     ------------
    sprintf                 string          tuple of strings
    named                   dict            

(empty fourth cell...)

Skip